summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porglue.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/porglue.hxx
parent7a48089d46ba916b660de652d33fef7b8f69acad (diff)
Opt #87517#: Optimized repaint offset and number of portions per line
Diffstat (limited to 'sw/source/core/text/porglue.hxx')
-rw-r--r--sw/source/core/text/porglue.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/core/text/porglue.hxx b/sw/source/core/text/porglue.hxx
index 3509125772a3..ca2c7b3a7423 100644
--- a/sw/source/core/text/porglue.hxx
+++ b/sw/source/core/text/porglue.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: porglue.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-04-09 10:41:08 $
+ * 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
@@ -90,9 +90,6 @@ public:
inline void MoveAllGlue( SwGluePortion *pTarget );
inline void MoveHalfGlue( SwGluePortion *pTarget );
inline void AdjFixWidth();
-#ifdef OLDRECYCLE
- virtual sal_Bool MayRecycle() const;
-#endif
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
virtual xub_StrLen GetCrsrOfst( const KSHORT nOfst ) const;
virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
@@ -124,9 +121,6 @@ class SwMarginPortion : public SwGluePortion
public:
SwMarginPortion( const KSHORT nFixWidth );
void AdjustRight( const SwLineLayout* pCurr );
-#ifdef OLDRECYCLE
- virtual sal_Bool MayRecycle() const;
-#endif
OUTPUT_OPERATOR
};