From ee0d567ff0f6f94bfd93a82ef85befec067e0b35 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 Sep 2013 09:06:37 +0200 Subject: convert SVTOOLS module from String to OUString Change-Id: I647e952769c79b95e11af778b07d64d3a6fbe226 --- svtools/source/dialogs/wizardmachine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/dialogs') 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 ); -- cgit