summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-05 01:03:36 +0100
committerPetr Mladek <pmladek@suse.cz>2012-11-07 11:08:13 +0100
commit23a068bf6e5feba5229bdb30cbdd89a9ccbc8082 (patch)
tree1325a6f5adbb521f697450a96187f8903f30f189
parentfdo#53531: Time field can be represented with an extended time field type. (diff)
downloadcore-23a068bf6e5feba5229bdb30cbdd89a9ccbc8082.tar.gz
core-23a068bf6e5feba5229bdb30cbdd89a9ccbc8082.zip
export dxfs at the correct place
Change-Id: I2ab31904169adad4f173d4655d0511855de77464 Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
-rw-r--r--sc/source/filter/excel/xestyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx
index 6740fdece1bb..8426a53d0812 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -3061,8 +3061,8 @@ void XclExpXmlStyleSheet::SaveXml( XclExpXmlStream& rStrm )
CreateRecord( EXC_ID_FORMATLIST )->SaveXml( rStrm );
CreateRecord( EXC_ID_FONTLIST )->SaveXml( rStrm );
CreateRecord( EXC_ID_XFLIST )->SaveXml( rStrm );
- CreateRecord( EXC_ID_PALETTE )->SaveXml( rStrm );
CreateRecord( EXC_ID_DXFS )->SaveXml( rStrm );
+ CreateRecord( EXC_ID_PALETTE )->SaveXml( rStrm );
aStyleSheet->endElement( XML_styleSheet );