summaryrefslogtreecommitdiff
path: root/uui/source/alreadyopen.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/alreadyopen.cxx')
-rw-r--r--uui/source/alreadyopen.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/alreadyopen.cxx b/uui/source/alreadyopen.cxx
index 468cb43f1c17..002d05244542 100644
--- a/uui/source/alreadyopen.cxx
+++ b/uui/source/alreadyopen.cxx
@@ -42,8 +42,8 @@ AlreadyOpenQueryBox::AlreadyOpenQueryBox( Window* pParent, ResMgr* pResMgr, cons
AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );
}
- SetButtonHelpText( RET_YES, String::EmptyString() );
- SetButtonHelpText( RET_NO, String::EmptyString() );
+ SetButtonHelpText( RET_YES, OUString() );
+ SetButtonHelpText( RET_NO, OUString() );
}
AlreadyOpenQueryBox::~AlreadyOpenQueryBox()