summaryrefslogtreecommitdiff
path: root/filter/source/t602/t602filter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/t602/t602filter.hxx')
-rw-r--r--filter/source/t602/t602filter.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/filter/source/t602/t602filter.hxx b/filter/source/t602/t602filter.hxx
index e7b0c452b64c..8d81fb1b476a 100644
--- a/filter/source/t602/t602filter.hxx
+++ b/filter/source/t602/t602filter.hxx
@@ -33,7 +33,6 @@
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <cppuhelper/implbase.hxx>
#include <xmloff/attrlist.hxx>
-#include <tools/resmgr.hxx>
namespace T602ImportFilter {
@@ -84,10 +83,10 @@ class T602ImportFilterDialog : public cppu::WeakImplHelper <
>
{
css::lang::Locale meLocale;
- std::unique_ptr<ResMgr> mpResMgr;
+ std::unique_ptr<std::locale> mpResLocale;
bool OptionsDlg();
- ResMgr* getResMgr();
- OUString getResStr( sal_Int16 resid );
+ const std::locale* getResLocale();
+ OUString getResStr(const char* resid);
void initLocale();
virtual ~T602ImportFilterDialog() override;