[Libreoffice-commits] core.git: sw/source

Ivan Timofeev timofeev.i.s at gmail.com
Tue Sep 3 07:10:06 PDT 2013


 sw/source/filter/html/css1atr.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a8865e5df62b5f33aa769d459b9823eb5b110d4b
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Tue Sep 3 18:00:11 2013 +0400

    fix html export of SfxPoolItems
    
    hintids.hxx and SwAttrFnTab were out of sync => wrong functions were called.
    
    regression from 288bcd68bdccd7a57b2c6da2c0bb91b71e8fcd3b
    
    Change-Id: I2a8a68178249f6a4a8a82f38960b046850f7368b

diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx
index bd77d3c..308f46f 100644
--- a/sw/source/filter/html/css1atr.cxx
+++ b/sw/source/filter/html/css1atr.cxx
@@ -3682,6 +3682,7 @@ SwAttrFnTab aCSS1AttrFnTab = {
 /* RES_PARATR_CONNECT_TO_BORDER */  0, // new
 /* RES_PARATR_OUTLINELEVEL */       0, // new since cws outlinelevel
 /* RES_PARATR_RSID */               0, // new
+/* RES_PARATR_GRABBAG */            0,
 
 /* RES_PARATR_LIST_ID */            0, // new
 /* RES_PARATR_LIST_LEVEL */         0, // new


More information about the Libreoffice-commits mailing list