summaryrefslogtreecommitdiff
path: root/svx/source/outliner/outleeng.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2002-08-01 13:45:29 +0000
committerArmin Weiss <aw@openoffice.org>2002-08-01 13:45:29 +0000
commit4a1dab6c4e6225a78b77bab5de6c845f20859042 (patch)
tree80eefc1655c8482765db408888e6b092d5ddddd0 /svx/source/outliner/outleeng.cxx
parent64f1fffaeea5bcbd0a496fb385240fa72f09b6e9 (diff)
#101498# DrawingText interface changed.
Diffstat (limited to 'svx/source/outliner/outleeng.cxx')
-rw-r--r--svx/source/outliner/outleeng.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/svx/source/outliner/outleeng.cxx b/svx/source/outliner/outleeng.cxx
index 09f7d65c7f..260f93a02b 100644
--- a/svx/source/outliner/outleeng.cxx
+++ b/svx/source/outliner/outleeng.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outleeng.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mt $ $Date: 2002-07-24 13:18:18 $
+ * last change: $Author: aw $ $Date: 2002-08-01 14:44:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,7 +168,8 @@ XubString OutlinerEditEng::GetUndoComment( USHORT nUndoId ) const
#endif
}
-void OutlinerEditEng::DrawingText( const Point& rStartPos, const XubString& rText, USHORT nTextStart, USHORT nTextLen, const long* pDXArray, const SvxFont& rFont, USHORT nPara, USHORT nIndex )
+// #101498#
+void OutlinerEditEng::DrawingText( const Point& rStartPos, const XubString& rText, USHORT nTextStart, USHORT nTextLen, const long* pDXArray, const SvxFont& rFont, USHORT nPara, USHORT nIndex, BYTE nRightToLeft)
{
if ( nIndex == 0 )
{
@@ -182,7 +183,8 @@ void OutlinerEditEng::DrawingText( const Point& rStartPos, const XubString& rTex
pOwner->PaintBullet( nPara, aCorrectedPos, Point(), 0, GetRefDevice() );
}
- pOwner->DrawingText(rStartPos,rText,nTextStart,nTextLen,pDXArray,rFont,nPara,nIndex );
+ // #101498#
+ pOwner->DrawingText(rStartPos,rText,nTextStart,nTextLen,pDXArray,rFont,nPara,nIndex,nRightToLeft);
}
void OutlinerEditEng::FieldClicked( const SvxFieldItem& rField, USHORT nPara, USHORT nPos )