diff options
Diffstat (limited to 'include/svtools/ehdl.hxx')
-rw-r--r-- | include/svtools/ehdl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ehdl.hxx b/include/svtools/ehdl.hxx index 25713c5831ba..2b42fd5e8b91 100644 --- a/include/svtools/ehdl.hxx +++ b/include/svtools/ehdl.hxx @@ -65,7 +65,7 @@ private: const ErrMsgCode* pIds; const std::locale& rResLocale; - SVT_DLLPRIVATE static void GetClassString(sal_uLong lErrId, OUString &); + SVT_DLLPRIVATE static void GetClassString(ErrCodeClass lErrId, OUString &); virtual bool CreateString(const ErrorInfo *, OUString &) const override; }; |