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 183121851e9c..681a22ac2872 100644 --- a/include/svtools/ehdl.hxx +++ b/include/svtools/ehdl.hxx @@ -39,7 +39,7 @@ public: SfxErrorContext( sal_uInt16 nCtxIdP, const OUString &aArg1, vcl::Window *pWin=nullptr, sal_uInt16 nResIdP=USHRT_MAX, ResMgr *pMgrP=nullptr); - bool GetString(sal_uLong nErrId, OUString &rStr) override; + bool GetString(sal_uInt32 nErrId, OUString &rStr) override; private: sal_uInt16 nCtxId; |