diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-30 13:49:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-30 20:40:15 +0100 |
commit | 0306e253fef4c25d4fe39ff9b5711c9487adc47b (patch) | |
tree | 10c71cd44b1d4899bd5b62495d13370df5993b4a /sw | |
parent | d70786a761025e7689a39d4026c8965d74962d4d (diff) |
XubString->OUString
Change-Id: I40ff06facc304630ccedd82d2f20b3573bdc5cb4
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/shells/textsh1.cxx | 2 |
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(); } |