View | Details | Raw Unified | Return to issue 75113
Collapse All | Expand All

(-)old/sc/source/ui/view/cellsh1.cxx (-1 / +4 lines)
Lines 2066-2072 Link Here
2066
					const String& rURL	  = pHyper->GetURL();
2066
					const String& rURL	  = pHyper->GetURL();
2067
					const String& rTarget = pHyper->GetTargetFrame();
2067
					const String& rTarget = pHyper->GetTargetFrame();
2068
					USHORT nType = (USHORT) pHyper->GetInsertMode();
2068
					USHORT nType = (USHORT) pHyper->GetInsertMode();
2069
2069
					String aEmptyStr;													
2070
					if( rURL == aEmptyStr )												
2071
						pTabViewShell->DeleteContents( IDF_HARDATTR | IDF_EDITATTR );
2072
					else																
2070
					pTabViewShell->InsertURL( rName, rURL, rTarget, nType );
2073
					pTabViewShell->InsertURL( rName, rURL, rTarget, nType );
2071
                    rReq.Done();
2074
                    rReq.Done();
2072
				}
2075
				}
(-)old/svx/source/dialog/cuihyperdlg.cxx (-1 lines)
Lines 294-300 Link Here
294
			                      aItemSet.GetItem (SID_HYPERLINK_SETLINK);
294
			                      aItemSet.GetItem (SID_HYPERLINK_SETLINK);
295
295
296
		String aStrEmpty;
296
		String aStrEmpty;
297
		if ( aItem->GetURL() != aStrEmpty )
298
			GetDispatcher()->Execute( SID_HYPERLINK_SETLINK, SFX_CALLMODE_ASYNCHRON |
297
			GetDispatcher()->Execute( SID_HYPERLINK_SETLINK, SFX_CALLMODE_ASYNCHRON |
299
									  SFX_CALLMODE_RECORD, aItem, 0L);
298
									  SFX_CALLMODE_RECORD, aItem, 0L);
300
299

Return to issue 75113