summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hldoctp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:21:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:24 +0100
commit43e4b96e8ecab707803fa5083a53437d6f799444 (patch)
tree783455cb0ed0c01fece4d86d2f7f3b5f85a8c08a /cui/source/dialogs/hldoctp.cxx
parentecf24f303217f55d1d2efdde7d58d0af083612d5 (diff)
cui: Use appropriate OUString functions on string constants
Change-Id: I126c587777b7183dfbd9c60cfb0a6a980332a295
Diffstat (limited to 'cui/source/dialogs/hldoctp.cxx')
-rw-r--r--cui/source/dialogs/hldoctp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hldoctp.cxx b/cui/source/dialogs/hldoctp.cxx
index 3764ddc52d0d..086fd8d0d425 100644
--- a/cui/source/dialogs/hldoctp.cxx
+++ b/cui/source/dialogs/hldoctp.cxx
@@ -146,7 +146,7 @@ void SvxHyperlinkDocTp::GetCurentItemData ( OUString& rStrURL, OUString& aStrNam
rStrURL = GetCurrentURL();
if( rStrURL.equalsIgnoreAsciiCase( sFileScheme ) )
- rStrURL = "";
+ rStrURL.clear();
GetDataFromCommonFields( aStrName, aStrIntName, aStrFrame, eMode );
}