summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-06 08:00:23 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-06 08:04:04 +0100
commiteb38796f83f86e07ea0a0b7030eb86ef228a13f0 (patch)
tree8bfa02ffff9cc7324aa0964275297231cd11ecc3 /sc/source/filter
parentc36e3eda553dd90630930c79b83a69587c152a55 (diff)
that just looks wrong, related fdo#51935
And many more documents. Detected by the new asserts in the document export code. Change-Id: I207ab433b096c3cbaecf1b993595eb36e6553a5e
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index f82e0b474710..724c030b33bb 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -1054,7 +1054,6 @@ void ScXMLExport::ExportExternalRefCacheStyles()
uno::Any aVal;
aVal <<= nNumFmt;
vector<XMLPropertyState> aProps;
- aProps.push_back(XMLPropertyState(nEntryIndex, aVal));
aVal <<= aDefaultStyle;
aProps.push_back(XMLPropertyState(nEntryIndex, aVal));