summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-08-14 16:28:09 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-08-18 09:49:50 +0200
commit932901224ea8473bbcae6feced953340d489bcc5 (patch)
treec2d5920eb719d7147e0fee490c0fd634d8ccb6d9 /xmloff/source/text
parentea358f5d5b04a2a8e11a73d35643cd0afc5cb63b (diff)
fdo#43807: Fix import of drop caps character style
Export works and import has just a little typo. Change-Id: I570d70423b5a626f21117971fb7eff030eae20af
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/txtimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index eb74f00fd47f..2798ab0be7c8 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -1676,7 +1676,7 @@ OUString XMLTextImportHelper::SetStyleAndAttrs(
XML_STYLE_FAMILY_TEXT_TEXT,
pStyle->GetDropCapStyleName()) );
if (m_pImpl->m_xTextStyles->hasByName(sDisplayName) &&
- xPropSetInfo->hasPropertyByName( sDisplayName ) )
+ xPropSetInfo->hasPropertyByName( pStyle->sDropCapCharStyleName ) )
{
xPropSet->setPropertyValue( pStyle->sDropCapCharStyleName, makeAny(sDisplayName) );
}