summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLNumberStyles.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-14 10:59:37 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-14 10:59:37 +0000
commit280032ad8c21f780949a0a581431fcb998db771b (patch)
tree61e4925ed246cebb9a1fdb80c269761e8558c5a2 /xmloff/source/draw/XMLNumberStyles.cxx
parentb196aa0e273a65404b32aca0e8fe626230db336f (diff)
INTEGRATION: CWS impress25 (1.7.184); FILE MERGED
2004/12/17 14:06:00 cl 1.7.184.1: #i38753# fixed header/footer-decl export position
Diffstat (limited to 'xmloff/source/draw/XMLNumberStyles.cxx')
-rw-r--r--xmloff/source/draw/XMLNumberStyles.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx
index 792657f30139..d2f6c2e36a40 100644
--- a/xmloff/source/draw/XMLNumberStyles.cxx
+++ b/xmloff/source/draw/XMLNumberStyles.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLNumberStyles.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:13:33 $
+ * last change: $Author: kz $ $Date: 2005-01-14 11:59:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -416,10 +416,6 @@ static void SdXMLExportStyle( SdXMLExport& rExport, const SdXMLFixedDataStyle* p
rExport.AddAttribute( XML_NAMESPACE_STYLE, XML_NAME, sAttrValue );
- // family
- sAttrValue = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("data-style"));
- rExport.AddAttribute( XML_NAMESPACE_STYLE, XML_FAMILY, sAttrValue );
-
if( pStyle->mbAutomatic )
{
rExport.AddAttribute( XML_NAMESPACE_NUMBER, XML_AUTOMATIC_ORDER, XML_TRUE );