summaryrefslogtreecommitdiff
path: root/svx/source/outliner/outliner.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-04-26 09:31:41 +0000
committerThorsten Behrens <thb@openoffice.org>2002-04-26 09:31:41 +0000
commitc7b28c1340bddd1e1eaf53cf0771e8b0bc1a79e7 (patch)
tree626b78bb053f2c556a21a0d57d80dc635037e3d1 /svx/source/outliner/outliner.cxx
parentafc704b37cd7a914d28b999a45f35804a932edab (diff)
#98735# Need the SvxFont for bullet text
Diffstat (limited to 'svx/source/outliner/outliner.cxx')
-rw-r--r--svx/source/outliner/outliner.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/outliner/outliner.cxx b/svx/source/outliner/outliner.cxx
index c7e214ad1b..d8088d2704 100644
--- a/svx/source/outliner/outliner.cxx
+++ b/svx/source/outliner/outliner.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outliner.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: bm $ $Date: 2002-04-25 10:19:06 $
+ * last change: $Author: thb $ $Date: 2002-04-26 10:31:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1888,6 +1888,9 @@ EBulletInfo Outliner::GetBulletInfo( USHORT nPara )
if( pFmt->GetNumberingType() != SVX_NUM_BITMAP )
{
aInfo.aText = ImplGetBulletText( nPara );
+
+ if( pFmt->GetBulletFont() )
+ aInfo.aFont = *pFmt->GetBulletFont();
}
else if ( pFmt->GetBrush()->GetGraphicObject() )
{