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.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter/source/t602/t602filter.hxx b/filter/source/t602/t602filter.hxx
index e9ec3a58e4e3..04376a1f3c26 100644
--- a/filter/source/t602/t602filter.hxx
+++ b/filter/source/t602/t602filter.hxx
@@ -34,6 +34,7 @@
#include <xmloff/attrlist.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <rtl/ref.hxx>
+#include <unotools/resmgr.hxx>
namespace T602ImportFilter {
@@ -85,7 +86,7 @@ class T602ImportFilterDialog : public cppu::WeakImplHelper <
LanguageTag maLocale;
std::locale maResLocale;
bool OptionsDlg();
- OUString getResStr(const char* resid);
+ OUString getResStr(TranslateId resid);
virtual ~T602ImportFilterDialog() override;