summaryrefslogtreecommitdiffstats
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-16 09:06:37 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:05:37 +0200
commitee0d567ff0f6f94bfd93a82ef85befec067e0b35 (patch)
treea4b49f1e4d27c2d82906659c59ba012ce15d08e0 /svtools/source/dialogs
parentconvert TOOLKIT module from String to OUString (diff)
downloadcore-ee0d567ff0f6f94bfd93a82ef85befec067e0b35.tar.gz
core-ee0d567ff0f6f94bfd93a82ef85befec067e0b35.zip
convert SVTOOLS module from String to OUString
Change-Id: I647e952769c79b95e11af778b07d64d3a6fbe226
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index 2e2112bac3e5..1b6dc0dacdd8 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -178,7 +178,7 @@ namespace svt
m_pNextPage = new PushButton(this, WB_TABSTOP);
m_pNextPage->SetHelpId( HID_WIZARD_NEXT );
m_pNextPage->SetSizePixel( LogicToPixel( Size( 50, 14 ), MAP_APPFONT ) );
- m_pNextPage->SetText(String(SVT_RESSTR(STR_WIZDLG_NEXT)));
+ m_pNextPage->SetText(OUString(SVT_RESSTR(STR_WIZDLG_NEXT)));
m_pNextPage->Show();
AddButton( m_pNextPage, WIZARDDIALOG_BUTTON_STDOFFSET_X );