summaryrefslogtreecommitdiff
path: root/oox/source/export/ColorPropertySet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export/ColorPropertySet.cxx')
-rw-r--r--oox/source/export/ColorPropertySet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/ColorPropertySet.cxx b/oox/source/export/ColorPropertySet.cxx
index eb10b35f4756..bdf60bb6327b 100644
--- a/oox/source/export/ColorPropertySet.cxx
+++ b/oox/source/export/ColorPropertySet.cxx
@@ -137,7 +137,7 @@ uno::Any SAL_CALL ColorPropertySet::getPropertyValue( const OUString& aPropertyN
lang::WrappedTargetException,
uno::RuntimeException)
{
- if( aPropertyName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("FillStyle")) && m_bIsFillColor )
+ if( aPropertyName == "FillStyle" && m_bIsFillColor )
{
::com::sun::star::drawing::FillStyle aFillStyle = ::com::sun::star::drawing::FillStyle_SOLID;
return uno::makeAny(aFillStyle);