summaryrefslogtreecommitdiff
path: root/sw/source/ui/dochdl/swdtflvr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dochdl/swdtflvr.cxx')
-rw-r--r--sw/source/ui/dochdl/swdtflvr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx
index 80485bd41b8d..b92f5e059715 100644
--- a/sw/source/ui/dochdl/swdtflvr.cxx
+++ b/sw/source/ui/dochdl/swdtflvr.cxx
@@ -1312,7 +1312,7 @@ int SwTransferable::PasteData( TransferableDataHelper& rData,
INetBookmark aBkmk;
if( rData.GetINetBookmark( nFormat, aBkmk ) )
{
- SwFmtINetFmt aFmt( aBkmk.GetURL(), aEmptyStr );
+ SwFmtINetFmt aFmt( aBkmk.GetURL(), OUString() );
rSh.InsertURL( aFmt, aBkmk.GetDescription() );
nRet = 1;
}
@@ -1441,7 +1441,7 @@ int SwTransferable::PasteData( TransferableDataHelper& rData,
if( nRet )
{
- SwFmtINetFmt aFmt( sURL, aEmptyStr );
+ SwFmtINetFmt aFmt( sURL, OUString() );
rSh.InsertURL( aFmt, sDesc );
}
}
@@ -2448,7 +2448,7 @@ int SwTransferable::_PasteAsHyperlink( TransferableDataHelper& rData,
default:
{
- rSh.InsertURL( SwFmtINetFmt( sFile, aEmptyStr ),
+ rSh.InsertURL( SwFmtINetFmt( sFile, OUString() ),
sDesc.Len() ? sDesc : sFile );
}
}
@@ -2535,7 +2535,7 @@ int SwTransferable::_PasteFileName( TransferableDataHelper& rData,
default:
{
- rSh.InsertURL( SwFmtINetFmt( sFile, aEmptyStr ),
+ rSh.InsertURL( SwFmtINetFmt( sFile, OUString() ),
sDesc.Len() ? sDesc : sFile );
}
}