summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portab.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-05-28 15:20:44 +0000
committerFrank Meies <fme@openoffice.org>2001-05-28 15:20:44 +0000
commit1e0dcd1509032c7bcba5a58e0f9ae9ad0a421924 (patch)
tree255bc1ff6fea4a3b29737e60785fb35932b2a02d /sw/source/core/text/portab.hxx
parent7a48089d46ba916b660de652d33fef7b8f69acad (diff)
Opt #87517#: Optimized repaint offset and number of portions per line
Diffstat (limited to 'sw/source/core/text/portab.hxx')
-rw-r--r--sw/source/core/text/portab.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/sw/source/core/text/portab.hxx b/sw/source/core/text/portab.hxx
index b0aca6dc8c55..826f9f6d6813 100644
--- a/sw/source/core/text/portab.hxx
+++ b/sw/source/core/text/portab.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: portab.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:26 $
+ * last change: $Author: fme $ $Date: 2001-05-28 16:20:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,9 +108,6 @@ public:
inline SwTabRightPortion( const KSHORT nTabPos, const xub_Unicode cFill='\0' )
: SwTabPortion( nTabPos, cFill )
{ SetWhichPor( POR_TABRIGHT ); }
-#ifdef OLDRECYCLE
- virtual sal_Bool MayRecycle() const;
-#endif
OUTPUT_OPERATOR
};
@@ -124,9 +121,6 @@ public:
inline SwTabCenterPortion( const KSHORT nTabPos, const xub_Unicode cFill='\0' )
: SwTabPortion( nTabPos, cFill )
{ SetWhichPor( POR_TABCENTER ); }
-#ifdef OLDRECYCLE
- virtual sal_Bool MayRecycle() const;
-#endif
OUTPUT_OPERATOR
};
@@ -142,9 +136,6 @@ public:
const xub_Unicode cFill = '\0' )
: SwTabPortion( nTabPos, cFill ), cTab(cTab)
{ SetWhichPor( POR_TABDECIMAL ); }
-#ifdef OLDRECYCLE
- virtual sal_Bool MayRecycle() const;
-#endif
inline xub_Unicode GetTabDecimal() const { return cTab; }
OUTPUT_OPERATOR
};