sc/source/filter/excel/xestyle.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 23a068bf6e5feba5229bdb30cbdd89a9ccbc8082
Author: Markus Mohrhard <[email protected]>
Date:   Mon Nov 5 01:03:36 2012 +0100

    export dxfs at the correct place
    
    Change-Id: I2ab31904169adad4f173d4655d0511855de77464
    Signed-off-by: Kohei Yoshida <[email protected]>

diff --git a/sc/source/filter/excel/xestyle.cxx 
b/sc/source/filter/excel/xestyle.cxx
index 6740fde..8426a53 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 );
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to