Kaydet (Commit) ed23cd59 authored tarafından Andras Timar's avatar Andras Timar

String to OUString

Change-Id: I3292e489d0033f56c407af799e9c90d497e98744
üst 3f9239e8
...@@ -358,7 +358,7 @@ IMPL_LINK( SvBaseLinksDlg, ChangeSourceClickHdl, PushButton *, pPushButton ) ...@@ -358,7 +358,7 @@ IMPL_LINK( SvBaseLinksDlg, ChangeSourceClickHdl, PushButton *, pPushButton )
} }
if(aPathDlg.Execute() == RET_OK) if(aPathDlg.Execute() == RET_OK)
{ {
String aPath = aPathDlg.GetPath(); OUString aPath = aPathDlg.GetPath();
for( sal_uInt16 i = 0; i < nSelectionCount; i++) for( sal_uInt16 i = 0; i < nSelectionCount; i++)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment