summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/dialogs/linkdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx
index 592bbfc433f5..e5e06e4f0e7e 100644
--- a/cui/source/dialogs/linkdlg.cxx
+++ b/cui/source/dialogs/linkdlg.cxx
@@ -358,7 +358,7 @@ IMPL_LINK( SvBaseLinksDlg, ChangeSourceClickHdl, PushButton *, pPushButton )
}
if(aPathDlg.Execute() == RET_OK)
{
- String aPath = aPathDlg.GetPath();
+ OUString aPath = aPathDlg.GetPath();
for( sal_uInt16 i = 0; i < nSelectionCount; i++)
{