summaryrefslogtreecommitdiff
path: root/sw/source/core/text
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-24 00:52:01 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-24 00:52:01 +0100
commitfb80614576fc49ee257f6048ec98ae005627c1d2 (patch)
tree51c5df48175398dfeecf4905e5481a7d4a6afcbb /sw/source/core/text
parent279a176397623ea83e98fac5a7f4132325b42594 (diff)
SwLinePortion::Check is useless
Diffstat (limited to 'sw/source/core/text')
-rw-r--r--sw/source/core/text/porlin.cxx11
-rw-r--r--sw/source/core/text/porlin.hxx4
2 files changed, 0 insertions, 15 deletions
diff --git a/sw/source/core/text/porlin.cxx b/sw/source/core/text/porlin.cxx
index 8ed4fba3cc1d..60625adba76d 100644
--- a/sw/source/core/text/porlin.cxx
+++ b/sw/source/core/text/porlin.cxx
@@ -298,17 +298,6 @@ SwPosSize SwLinePortion::GetTxtSize( const SwTxtSizeInfo & ) const
}
/*************************************************************************
- * virtual SwLinePortion::Check()
- *************************************************************************/
-
-#ifdef DBG_UTIL
-sal_Bool SwLinePortion::Check( SvStream &, SwTxtSizeInfo & ) //$ ostream
-{
- return sal_True;
-}
-#endif
-
-/*************************************************************************
* virtual SwLinePortion::Format()
*************************************************************************/
diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx
index 822d75e0f6dd..98bfd1f29a28 100644
--- a/sw/source/core/text/porlin.hxx
+++ b/sw/source/core/text/porlin.hxx
@@ -179,10 +179,6 @@ public:
virtual void Paint( const SwTxtPaintInfo &rInf ) const = 0;
void PrePaint( const SwTxtPaintInfo &rInf, const SwLinePortion *pLast ) const;
-#ifdef DBG_UTIL
- virtual sal_Bool Check( SvStream &rOs, SwTxtSizeInfo &rInfo ); //$ ostream
-#endif
-
virtual sal_Bool Format( SwTxtFormatInfo &rInf );
// wird fuer die letzte Portion der Zeile extra gerufen
virtual void FormatEOL( SwTxtFormatInfo &rInf );