summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-08-13 19:03:15 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-08-16 09:10:18 +0200
commit800b0241c213b42dada56ca41a6f9e02eb541a23 (patch)
tree4b3b8b704e3da483fac7d6c32cac2366ae29fa91 /include
parent259784c15181acedce0ed0abb52c7afb675a6ea9 (diff)
sal_uInt16/short to sal_uInt16, minor optimizations
Change-Id: If52de6e7fbfef92ab53086c6dcc405dad6cffe2d
Diffstat (limited to 'include')
-rw-r--r--include/vcl/texteng.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx
index ee4b446cdea9..d0a43f77e4ad 100644
--- a/include/vcl/texteng.hxx
+++ b/include/vcl/texteng.hxx
@@ -183,7 +183,7 @@ protected:
void ImpBreakLine( sal_uLong nPara, TextLine* pLine, TETextPortion* pPortion, sal_Int32 nPortionStart, long nRemainingWidth );
sal_uInt16 SplitTextPortion( sal_uLong nPara, sal_Int32 nPos );
void CreateTextPortions( sal_uLong nPara, sal_Int32 nStartPos );
- void RecalcTextPortion( sal_uLong nPara, sal_Int32 nStartPos, short nNewChars );
+ void RecalcTextPortion( sal_uLong nPara, sal_Int32 nStartPos, sal_Int32 nNewChars );
void SeekCursor( sal_uLong nNode, sal_Int32 nPos, vcl::Font& rFont, OutputDevice* pOutDev );
void FormatDoc();