[Libreoffice-commits] .: Branch 'libreoffice-3-6' - xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 17 00:58:28 PDT 2012


 xmloff/source/text/txtprmap.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1f728eea3185856c39ef5bb4b7e3da8986f2ebdf
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Sep 14 13:42:47 2012 +0200

    fdo#49571: ODF import: ignore "text:enable-numbering" attribute
    
    It has been imported as an alien attribute since CWS impressodf12
    5b364c2e8baf9b1f6bbe611c0fd6895a88056afc, and could not be written
    to a document created from scratch anyway.
    
    Change-Id: I054fcf71d7ddc3ed19735b8aa898d1b1a12db5b9
    (cherry picked from commit 9a081484321b3f42bee3b43d18c4bd75b9603b01)
    Reviewed-on: https://gerrit.libreoffice.org/619
    Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at suse.cz>

diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx
index edf8c2d..b2edddc 100644
--- a/xmloff/source/text/txtprmap.cxx
+++ b/xmloff/source/text/txtprmap.cxx
@@ -276,7 +276,6 @@ XMLPropertyMapEntry aXMLParaPropMap[] =
     MP_E( "ParaRegisterModeActive", STYLE,  REGISTER_TRUE,  XML_TYPE_BOOL, 0 ),
     // RES_PARATR_NUMRULE
     MP_E( "NumberingStyleName", STYLE,  LIST_STYLE_NAME,    MID_FLAG_SPECIAL_ITEM|XML_TYPE_STYLENAME, CTF_NUMBERINGSTYLENAME ),
-    MP_E( "NumberingRules",     TEXT,   ENABLE_NUMBERING,   MID_FLAG_NO_PROPERTY|XML_TYPE_BOOL, CTF_ALIEN_ATTRIBUTE_IMPORT ),
 
     // RES_FILL_ORDER
     // not required


More information about the Libreoffice-commits mailing list