diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-14 13:42:47 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-14 15:04:15 +0200 |
commit | 9a081484321b3f42bee3b43d18c4bd75b9603b01 (patch) | |
tree | 1729b4e3e086a7c7cca879a4b895eb74860d155a /xmloff | |
parent | c9699f82edf67a55f4cfdd885fa779b13d816c87 (diff) |
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
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtprmap.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index 085313804cd4..635d5e23742b 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -272,7 +272,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 |