From ed23cd5974d7d1e6adf1aa6ee6cf583fbf7a1ceb Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 29 Mar 2013 03:18:12 -0700 Subject: String to OUString Change-Id: I3292e489d0033f56c407af799e9c90d497e98744 --- cui/source/dialogs/linkdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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++) { -- cgit