summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txttab.cxx
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/txttab.cxx
parent7a48089d46ba916b660de652d33fef7b8f69acad (diff)
Opt #87517#: Optimized repaint offset and number of portions per line
Diffstat (limited to 'sw/source/core/text/txttab.cxx')
-rw-r--r--sw/source/core/text/txttab.cxx45
1 files changed, 2 insertions, 43 deletions
diff --git a/sw/source/core/text/txttab.cxx b/sw/source/core/text/txttab.cxx
index 5fb3b5c29c71..611f72b49b73 100644
--- a/sw/source/core/text/txttab.cxx
+++ b/sw/source/core/text/txttab.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txttab.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fme $ $Date: 2001-05-10 06:18:59 $
+ * 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
@@ -499,44 +499,3 @@ void SwTabPortion::Paint( const SwTxtPaintInfo &rInf ) const
}
}
}
-
-
-/*************************************************************************
- * class SwTabRightPortion
- *************************************************************************/
-
-#ifdef OLDRECYCLE
-
-
-
-sal_Bool SwTabRightPortion::MayRecycle() const { return sal_False; }
-
-#endif
-
-/*************************************************************************
- * class SwTabCenterPortion
- *************************************************************************/
-
-#ifdef OLDRECYCLE
-
-
-
-sal_Bool SwTabCenterPortion::MayRecycle() const { return sal_False; }
-
-#endif
-
-/*************************************************************************
- * class SwTabDecimalPortion
- *************************************************************************/
-
-#ifdef OLDRECYCLE
-
-
-
-sal_Bool SwTabDecimalPortion::MayRecycle() const { return sal_False; }
-
-#endif
-
-
-
-