summaryrefslogtreecommitdiff
path: root/svx/source/outliner/outleeng.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2002-05-17 11:25:13 +0000
committerMalte Timmermann <mt@openoffice.org>2002-05-17 11:25:13 +0000
commit817c3a41654e0b213af86a6678a37896707afe71 (patch)
tree2aa61e467506ef666c875442777a53146fe5f443 /svx/source/outliner/outleeng.cxx
parent9daf93eaa5bcdc8384c9c2594b189e4af6153350 (diff)
#99128# CTL - DrawingText/DrawPortionInfo
Diffstat (limited to 'svx/source/outliner/outleeng.cxx')
-rw-r--r--svx/source/outliner/outleeng.cxx21
1 files changed, 2 insertions, 19 deletions
diff --git a/svx/source/outliner/outleeng.cxx b/svx/source/outliner/outleeng.cxx
index 8b7f32d33fa1..64b5612a7b92 100644
--- a/svx/source/outliner/outleeng.cxx
+++ b/svx/source/outliner/outleeng.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outleeng.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mt $ $Date: 2002-05-03 12:42:09 $
+ * last change: $Author: mt $ $Date: 2002-05-17 12:24:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,23 +168,6 @@ XubString OutlinerEditEng::GetUndoComment( USHORT nUndoId ) const
#endif
}
-void OutlinerEditEng::DrawingText( const Point& rStartPos, const XubString& rText, const long* pDXArray, const SvxFont& rFont, USHORT nPara, USHORT nIndex )
-{
- if ( nIndex == 0 )
- {
- // Dann das Bullet 'malen', dort wird bStrippingPortions ausgewertet
- // und Outliner::DrawingText gerufen
-
- // DrawingText liefert die BaseLine, DrawBullet braucht Top().
- Point aCorrectedPos( rStartPos );
- aCorrectedPos.Y() = GetDocPosTopLeft( nPara ).Y();
- aCorrectedPos.Y() += GetFirstLineOffset( nPara );
- pOwner->PaintBullet( nPara, aCorrectedPos, Point(), 0, GetRefDevice() );
- }
-
- pOwner->DrawingText(rStartPos,rText,pDXArray,rFont,nPara,nIndex );
-}
-
void OutlinerEditEng::DrawingText( const Point& rStartPos, const XubString& rText, USHORT nTextStart, USHORT nTextLen, const long* pDXArray, const SvxFont& rFont, USHORT nPara, USHORT nIndex )
{
if ( nIndex == 0 )