diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:18:20 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:18:20 +0200 |
commit | d18c577162efa7bcef98d1c2ae4498b334c1c04c (patch) | |
tree | 19e99d6ec5c75252267e8693943b30b2b3cd7079 /sw/source/ui/misc/srtdlg.cxx | |
parent | cf65baa920e67578f706750989a8686220e36c14 (diff) |
InfoBox STR_SRTERR to String
Change-Id: Ic3b7de3d26e91b260d775e629602758f63a40b85
Diffstat (limited to 'sw/source/ui/misc/srtdlg.cxx')
-rw-r--r-- | sw/source/ui/misc/srtdlg.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/misc/srtdlg.cxx b/sw/source/ui/misc/srtdlg.cxx index f5f05dd46673..3129703f055b 100644 --- a/sw/source/ui/misc/srtdlg.cxx +++ b/sw/source/ui/misc/srtdlg.cxx @@ -19,6 +19,7 @@ #include "srtdlg.hxx" +#include <vcl/listbox.hxx> #include <vcl/msgbox.hxx> #include <svl/intitem.hxx> #include <svl/eitem.hxx> @@ -351,7 +352,7 @@ void SwSortDlg::Apply() } if( !bRet ) - InfoBox( this->GetParent(), SW_RES(MSG_SRTERR)).Execute(); + MessageDialog( this->GetParent(), SW_RES(STR_SRTERR), VCL_MESSAGE_INFO).Execute(); } IMPL_LINK( SwSortDlg, DelimHdl, RadioButton*, pButton ) |