summaryrefslogtreecommitdiff
path: root/xmloff/source/style/styleexp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-20 11:25:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-21 07:34:55 +0100
commitc6f21f90e1ca448a15b3a8a6d0eeaad108ba8176 (patch)
treec0ce244dfa57a7f6e63bd8c0277120501718bf73 /xmloff/source/style/styleexp.cxx
parent7dedccd06d5c822b6bcaeba81753ca9e75fad376 (diff)
loplugin:subtlezeroinit: xmloff
Change-Id: I1308f4ad4584ac7c657ab9fc2b747c4e3715337d
Diffstat (limited to 'xmloff/source/style/styleexp.cxx')
-rw-r--r--xmloff/source/style/styleexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx
index 3f7e36e58662..f019e8cb14e7 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -442,7 +442,7 @@ void XMLStyleExport::exportStyleFamily(
xPropSet->getPropertySetInfo();
if (xPropSetInfo->hasPropertyByName( sFollowStyle ))
- pExportedStyles.reset(new std::set<OUString>());
+ pExportedStyles.reset(new std::set<OUString>);
bFirstStyle = false;
}