summaryrefslogtreecommitdiff
path: root/sw
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 /sw
parentd70786a761025e7689a39d4026c8965d74962d4d (diff)
XubString->OUString
Change-Id: I40ff06facc304630ccedd82d2f20b3573bdc5cb4
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/shells/textsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx
index 2ac65fd9f2a3..48e035552e4e 100644
--- a/sw/source/ui/shells/textsh1.cxx
+++ b/sw/source/ui/shells/textsh1.cxx
@@ -279,7 +279,7 @@ static short lcl_AskRedlineMode(Window *pWin)
aQBox.GetPushButton( RET_CANCEL )->SetHelpId(HID_AUTOFORMAT_REJECT );
aQBox.AddButton(String(SW_RES(STR_REDLINE_EDIT)), 2, 0);
aQBox.GetPushButton( 2 )->SetHelpId(HID_AUTOFORMAT_EDIT_CHG);
- aQBox.SetButtonHelpText( RET_OK, aEmptyStr );
+ aQBox.SetButtonHelpText( RET_OK, OUString() );
return aQBox.Execute();
}