summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-15 19:38:53 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-25 10:57:29 +0200
commit437a5d7c72547f6f17b4ffecd51e76a2487de99e (patch)
tree4251ef454552fd3241f49deaaf06e967ad727910 /include/svtools
parent3b85b72d643e26fd9fda5eeb05f774b3c37917fd (diff)
tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo member
Change-Id: I97f3b18604f17b0ccc9fd1bbb0221ff5e11fe826 Reviewed-on: https://gerrit.libreoffice.org/36840 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ehdl.hxx2
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;