summaryrefslogtreecommitdiff
path: root/uui/source/alreadyopen.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-30 13:49:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-06-30 20:40:15 +0100
commit0306e253fef4c25d4fe39ff9b5711c9487adc47b (patch)
tree10c71cd44b1d4899bd5b62495d13370df5993b4a /uui/source/alreadyopen.cxx
parentd70786a761025e7689a39d4026c8965d74962d4d (diff)
XubString->OUString
Change-Id: I40ff06facc304630ccedd82d2f20b3573bdc5cb4
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()