summaryrefslogtreecommitdiff
path: root/editeng/source/items/bulitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/bulitem.cxx')
-rw-r--r--editeng/source/items/bulitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/bulitem.cxx b/editeng/source/items/bulitem.cxx
index 769179748b40..84ddc4a9de1f 100644
--- a/editeng/source/items/bulitem.cxx
+++ b/editeng/source/items/bulitem.cxx
@@ -64,7 +64,7 @@ void SvxBulletItem::CopyValidProperties( const SvxBulletItem& rCopyFrom )
vcl::Font _aFont = GetFont();
vcl::Font aNewFont = rCopyFrom.GetFont();
_aFont.SetFamilyName( aNewFont.GetFamilyName() );
- _aFont.SetFamily( aNewFont.GetFamilyType() );
+ _aFont.SetFamily( aNewFont.GetFamilyTypeMaybeAskConfig() );
_aFont.SetStyleName( aNewFont.GetStyleName() );
_aFont.SetColor( aNewFont.GetColor() );
SetSymbol( rCopyFrom.cSymbol );