diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-11-05 16:05:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-11-05 16:08:02 +0100 |
commit | 250015d1107eabb2e4fdb9e762b3bd06b6c1739b (patch) | |
tree | d13c433bd991930a71fc36e9783d1a5e482d5e11 /sw | |
parent | 8ab553117e038ec1eab76ac1c3d8a0b5aa968baa (diff) |
When in Rome, do as the Romans do
Change-Id: I1529d035edb2f1453dc72a32df5c2750dc526672
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxexport.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx index 40112cf31455..fffa8e3c8916 100644 --- a/sw/source/filter/ww8/docxexport.cxx +++ b/sw/source/filter/ww8/docxexport.cxx @@ -806,7 +806,8 @@ void DocxExport::WriteCustomXml() } } - for (sal_Int32 j = 1; j < customXmlDomlist.getLength(); j++) { + for (sal_Int32 j = 1; j < customXmlDomlist.getLength(); j++) + { uno::Reference<xml::dom::XDocument> customXmlDom = customXmlDomlist[j]; if ( customXmlDom.is() ) |