SwXAutoStyle::GetPropertyValues_Impl: fix handling of CharAutoStyleName
Without this, all character properties defined inside automatic styles
are ignored.
Change-Id: I3c25f5d36503a9f40834dd88573a40c34380b967
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index e0c3bd6..b532237 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -4609,7 +4609,8 @@ uno::Sequence< uno::Any > SwXAutoStyle::GetPropertyValues_Impl(
if ( RES_TXTATR_AUTOFMT == pEntry->nWID || RES_AUTO_STYLE == pEntry->nWID )
{
pValues[i] <<= StylePool::nameOf( mpSet );
OUString sName(StylePool::nameOf( mpSet ));
aTarget <<= sName;
bDone = true;
}
else if(bTakeCareOfDrawingLayerFillStyle)