summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 13:33:42 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 13:33:42 +0000
commita6794821fbed5e064a0d37a765e2b29a3f6568b4 (patch)
tree0cb5e71c6aa7c3edfdeb1137714693993ebaac18 /sw/source/core/inc/txtfrm.hxx
parent456fee95ae3a6848dd214fa09b70e74598bc55fe (diff)
INTEGRATION: CWS thaiblocksatz (1.44.240); FILE MERGED
2005/04/06 06:30:24 fme 1.44.240.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 19fb8f3db864..126f9956f4be 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtfrm.hxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 15:43:18 $
+ * last change: $Author: obo $ $Date: 2005-04-18 14:33:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -508,7 +508,7 @@ public:
// simuliert eine Formatierung, als wenn es keinen rechten Rand und
// keine Flys oder andere Hindernisse gaebe und liefert die Breite.
- USHORT CalcFitToContent();
+ SwTwips CalcFitToContent();
// liefert den zusaetzlichen Zeilenabstand fuer den naechsten Absatz
// OD 07.01.2004 #i11859# - change return data type;