summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlimppr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlimppr.cxx')
-rw-r--r--xmloff/source/style/xmlimppr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx
index ab4bfbe39a2e..9aa54202ffd0 100644
--- a/xmloff/source/style/xmlimppr.cxx
+++ b/xmloff/source/style/xmlimppr.cxx
@@ -350,7 +350,7 @@ void SvXMLImportPropertyMapper::FillPropertySequence(
pProps->Name = maPropMapper->GetEntryAPIName( nIdx );
if( !pProps->Name.isEmpty() )
{
- pProps->Value <<= rProp.maValue;
+ pProps->Value = rProp.maValue;
++pProps;
++nValueCount;
}