summaryrefslogtreecommitdiff
path: root/include/svtools/ehdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ehdl.hxx')
-rw-r--r--include/svtools/ehdl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/ehdl.hxx b/include/svtools/ehdl.hxx
index 102bf115d4ab..25713c5831ba 100644
--- a/include/svtools/ehdl.hxx
+++ b/include/svtools/ehdl.hxx
@@ -52,7 +52,7 @@ private:
class SVT_DLLPUBLIC SfxErrorHandler : private ErrorHandler
{
public:
- SfxErrorHandler(const ErrMsgCode* pIds, ErrCode lStart, ErrCode lEnd, const std::locale& rResLocale = SvtResLocale());
+ SfxErrorHandler(const ErrMsgCode* pIds, ErrCodeArea lStart, ErrCodeArea lEnd, const std::locale& rResLocale = SvtResLocale());
virtual ~SfxErrorHandler() override;
protected:
@@ -60,8 +60,8 @@ protected:
private:
- ErrCode lStart;
- ErrCode lEnd;
+ ErrCodeArea lStart;
+ ErrCodeArea lEnd;
const ErrMsgCode* pIds;
const std::locale& rResLocale;