diff options
author | Andras Timar <atimar@suse.com> | 2013-03-29 03:18:12 -0700 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-03-29 07:33:34 -0700 |
commit | ed23cd5974d7d1e6adf1aa6ee6cf583fbf7a1ceb (patch) | |
tree | 651b8057fd008028259c3812c5c46c82556562db /cui | |
parent | 3f9239e8ed7a80e88c8e436e32d704023eeb1820 (diff) |
String to OUString
Change-Id: I3292e489d0033f56c407af799e9c90d497e98744
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/linkdlg.cxx | 2 |
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++) { |