summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porref.cxx')
-rw-r--r--sw/source/core/text/porref.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/sw/source/core/text/porref.cxx b/sw/source/core/text/porref.cxx
index 1f463026b73a..b9679a6fbd8c 100644
--- a/sw/source/core/text/porref.cxx
+++ b/sw/source/core/text/porref.cxx
@@ -23,10 +23,6 @@
#include "porref.hxx"
#include "inftxt.hxx"
-/*************************************************************************
- * virtual SwRefPortion::Paint()
- *************************************************************************/
-
void SwRefPortion::Paint( const SwTxtPaintInfo &rInf ) const
{
if( Width() )
@@ -36,10 +32,6 @@ void SwRefPortion::Paint( const SwTxtPaintInfo &rInf ) const
}
}
-/*************************************************************************
- * class SwIsoRefPortion
- *************************************************************************/
-
SwLinePortion *SwIsoRefPortion::Compress() { return this; }
SwIsoRefPortion::SwIsoRefPortion() : nViewWidth(0)
@@ -48,10 +40,6 @@ SwIsoRefPortion::SwIsoRefPortion() : nViewWidth(0)
SetWhichPor( POR_ISOREF );
}
-/*************************************************************************
- * virtual SwIsoRefPortion::GetViewWidth()
- *************************************************************************/
-
KSHORT SwIsoRefPortion::GetViewWidth( const SwTxtSizeInfo &rInf ) const
{
// Although we are const, nViewWidth should be calculated in the last
@@ -68,29 +56,17 @@ KSHORT SwIsoRefPortion::GetViewWidth( const SwTxtSizeInfo &rInf ) const
return nViewWidth;
}
-/*************************************************************************
- * virtual SwIsoRefPortion::Format()
- *************************************************************************/
-
bool SwIsoRefPortion::Format( SwTxtFormatInfo &rInf )
{
return SwLinePortion::Format( rInf );
}
-/*************************************************************************
- * virtual SwIsoRefPortion::Paint()
- *************************************************************************/
-
void SwIsoRefPortion::Paint( const SwTxtPaintInfo &rInf ) const
{
if( Width() )
rInf.DrawViewOpt( *this, POR_REF );
}
-/*************************************************************************
- * virtual SwIsoRefPortion::HandlePortion()
- *************************************************************************/
-
void SwIsoRefPortion::HandlePortion( SwPortionHandler& rPH ) const
{
OUString aString;