summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-08-30 09:39:23 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-09-12 14:18:48 +0200
commitf845cda89f6b79135f360611d1900d345f897f90 (patch)
tree9765237309ae3c5f9e564c5f34bfbf3ceec9f7a0 /include/svtools
parent815126b685efdb117fa02f2627414bfbd07d0e5b (diff)
fix downcast by intermediate function
Change-Id: I8e7909003249a3f86928197bbde29231f84b01c2
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/svmedit2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svmedit2.hxx b/include/svtools/svmedit2.hxx
index 18471c9a2a8f..3069349cd62d 100644
--- a/include/svtools/svmedit2.hxx
+++ b/include/svtools/svmedit2.hxx
@@ -34,7 +34,7 @@ public:
void SetAutoScroll( bool bAutoScroll );
// methods of TextEngine
- void SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStart, sal_uInt16 nEnd );
+ void SetAttrib( const TextAttrib& rAttr, sal_uInt32 nPara, sal_Int32 nStart, sal_Int32 nEnd );
void SetLeftMargin( sal_uInt16 nLeftMargin );
sal_uInt32 GetParagraphCount() const;
};