summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porexp.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/porexp.hxx
parent7a48089d46ba916b660de652d33fef7b8f69acad (diff)
Opt #87517#: Optimized repaint offset and number of portions per line
Diffstat (limited to 'sw/source/core/text/porexp.hxx')
-rw-r--r--sw/source/core/text/porexp.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/core/text/porexp.hxx b/sw/source/core/text/porexp.hxx
index ee104baffaaa..acbefbd9e5d3 100644
--- a/sw/source/core/text/porexp.hxx
+++ b/sw/source/core/text/porexp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: porexp.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ama $ $Date: 2000-10-26 07:40:52 $
+ * 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
@@ -77,9 +77,6 @@ public:
virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
-#ifdef OLDRECYCLE
- virtual sal_Bool MayRecycle() const;
-#endif
OUTPUT_OPERATOR
};