summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textcharacterproperties.cxx
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2012-03-02 18:17:29 +0800
committerRadek Doulik <rodo@rychlik.lounovice>2012-03-02 13:59:07 +0100
commit101fd1733000b4f8dae5fa39b6657531a21769ea (patch)
treee95235cc2ee8867a953dd93fe5eded65cf337b82 /oox/source/drawingml/textcharacterproperties.cxx
parentc45208832536d144007f01e419614f9bf37eb763 (diff)
n719988, n734733: Bullet should have same color as following text by default
Diffstat (limited to 'oox/source/drawingml/textcharacterproperties.cxx')
-rw-r--r--oox/source/drawingml/textcharacterproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textcharacterproperties.cxx b/oox/source/drawingml/textcharacterproperties.cxx
index adfa2fe095ec..e7c6bb8f2092 100644
--- a/oox/source/drawingml/textcharacterproperties.cxx
+++ b/oox/source/drawingml/textcharacterproperties.cxx
@@ -69,7 +69,7 @@ void TextCharacterProperties::assignUsed( const TextCharacterProperties& rSource
moUnderlineFillFollowText.assignIfUsed( rSourceProps.moUnderlineFillFollowText );
}
- void TextCharacterProperties::pushToPropMap( PropertyMap& rPropMap, const XmlFilterBase& rFilter, bool bUseOptional ) const
+void TextCharacterProperties::pushToPropMap( PropertyMap& rPropMap, const XmlFilterBase& rFilter, bool bUseOptional ) const
{
OUString aFontName;
sal_Int16 nFontPitch = 0;