summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portxt.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 13:39:04 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 13:39:04 +0000
commit8932e498b94c50e5d9af057b38f2c3137a1fe9b7 (patch)
tree4849992b9811cd6775238013aa021330ef838427 /sw/source/core/text/portxt.hxx
parentbb3722103012c0934642663f0fe09bb725350c39 (diff)
INTEGRATION: CWS thaiblocksatz (1.6.380); FILE MERGED
2005/04/06 06:30:29 fme 1.6.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors
Diffstat (limited to 'sw/source/core/text/portxt.hxx')
-rw-r--r--sw/source/core/text/portxt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/portxt.hxx b/sw/source/core/text/portxt.hxx
index 002fccaac695..cc19d037faf8 100644
--- a/sw/source/core/text/portxt.hxx
+++ b/sw/source/core/text/portxt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: portxt.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:37:18 $
+ * last change: $Author: obo $ $Date: 2005-04-18 14:39:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ public:
virtual xub_StrLen GetCrsrOfst( const KSHORT nOfst ) const;
virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
- virtual long CalcSpacing( short nSpaceAdd, const SwTxtSizeInfo &rInf ) const;
+ virtual long CalcSpacing( long nSpaceAdd, const SwTxtSizeInfo &rInf ) const;
// zaehlt die Spaces fuer Blocksatz
xub_StrLen GetSpaceCnt( const SwTxtSizeInfo &rInf, xub_StrLen& rCnt ) const;