summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-08-24 07:18:52 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-08-29 16:57:04 +0200
commit4fbda7634b813e521f4bd85d042b18f92bc03706 (patch)
tree03aeb0788db898153043411ca2ff80a668ead863 /include/editeng
parentbeb8f3a6bf2b2549f5303f24119a9c07130b37a4 (diff)
sal_uLong to sal_uInt32 as SvxEditSourceHint ID
Change-Id: Ic53ed8f1b6fd4554259e7b94640bb76b178f52dd
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/unoedhlp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx
index c35dbe4931ea..ba352af7f2a4 100644
--- a/include/editeng/unoedhlp.hxx
+++ b/include/editeng/unoedhlp.hxx
@@ -45,8 +45,8 @@ private:
sal_Int32 mnEnd;
public:
- SvxEditSourceHint( sal_uLong nId );
- SvxEditSourceHint( sal_uLong nId, sal_uLong nValue, sal_Int32 nStart=0, sal_Int32 nEnd=0 );
+ SvxEditSourceHint( sal_uInt32 nId );
+ SvxEditSourceHint( sal_uInt32 nId, sal_uLong nValue, sal_Int32 nStart=0, sal_Int32 nEnd=0 );
sal_uLong GetValue() const;
sal_Int32 GetStartValue() const { return mnStart;}