diff options
Diffstat (limited to 'uui/source/openlocked.cxx')
-rw-r--r-- | uui/source/openlocked.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/openlocked.cxx b/uui/source/openlocked.cxx index c40b4841586d..f58a871f79c1 100644 --- a/uui/source/openlocked.cxx +++ b/uui/source/openlocked.cxx @@ -33,8 +33,8 @@ OpenLockedQueryBox::OpenLockedQueryBox( Window* pParent, ResMgr* pResMgr, const AddButton(ResId(STR_OPENLOCKED_OPENCOPY_BTN, *pResMgr).toString(), RET_NO, 0); AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); - SetButtonHelpText( RET_YES, String() ); - SetButtonHelpText( RET_NO, String() ); + SetButtonHelpText( RET_YES, OUString() ); + SetButtonHelpText( RET_NO, OUString() ); #ifdef WNT // bnc#656566 |