summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porlin.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-09 12:44:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-09 12:44:49 +0000
commit143813ed0110b22688df9ecbedd67a605cda30c0 (patch)
tree9b9f2f91c4b2fe25cbdf65baf40fe7cca36b7b27 /sw/source/core/text/porlin.hxx
parent080e97f8b3d26c3d0639a4e0fc2add955645d29f (diff)
INTEGRATION: CWS rtfpp2 (1.14.38); FILE MERGED
2006/01/06 11:46:15 fme 1.14.38.1: #127428# More tab stop compatibility
Diffstat (limited to 'sw/source/core/text/porlin.hxx')
-rw-r--r--sw/source/core/text/porlin.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx
index d21069b3c780..633b2427bb0d 100644
--- a/sw/source/core/text/porlin.hxx
+++ b/sw/source/core/text/porlin.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: porlin.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2005-11-16 09:30:58 $
+ * last change: $Author: rt $ $Date: 2006-02-09 13:44:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -147,6 +147,7 @@ public:
inline const sal_Bool IsErgoSumPortion()const{ return nWhichPor == POR_ERGOSUM;}
inline const sal_Bool IsQuoVadisPortion()const{ return nWhichPor==POR_QUOVADIS;}
inline const sal_Bool IsTabCntPortion( )const{ return nWhichPor==POR_TABCENTER;}
+ inline const sal_Bool IsTabDecimalPortion() const { return nWhichPor == POR_TABDECIMAL;}
inline const sal_Bool IsTabLeftPortion()const{ return nWhichPor == POR_TABLEFT;}
inline const sal_Bool IsFtnNumPortion( )const{ return nWhichPor == POR_FTNNUM; }
inline const sal_Bool IsFtnPortion( ) const{ return nWhichPor == POR_FTN; }