summaryrefslogtreecommitdiff
path: root/xmloff/source/style/styleexp.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-01-05 09:23:08 +0000
committerMichael Brauer <mib@openoffice.org>2001-01-05 09:23:08 +0000
commit641d88bcda87a67cadb0e5060e7fea9283153b11 (patch)
treedee6b8b5b9dca84a4f57e780192cbb1878b99af5 /xmloff/source/style/styleexp.cxx
parentbcd0d6f8a821c1c46dc6d74cd5aa32b56cea1e0f (diff)
default styles
Diffstat (limited to 'xmloff/source/style/styleexp.cxx')
-rw-r--r--xmloff/source/style/styleexp.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx
index 5be4d721c475..d3a87453b196 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: styleexp.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mib $ $Date: 2001-01-05 10:01:15 $
+ * last change: $Author: mib $ $Date: 2001-01-05 10:19:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -312,7 +312,7 @@ sal_Bool XMLStyleExport::exportDefaultStyle(
GetExport().AddAttributeASCII( XML_NAMESPACE_STYLE, sXML_family,
pXMLFamily );
-
+#if 0
// style:list-style-name="..." (SW paragarph styles only)
if( xPropSetInfo->hasPropertyByName( sNumberingStyleName ) )
{
@@ -327,10 +327,11 @@ sal_Bool XMLStyleExport::exportDefaultStyle(
sXML_list_style_name, sListName );
}
}
+#endif
// style:pool-id="..." is not required any longer since we use
// english style names only
- exportStyleAttributes( rStyle );
+// exportStyleAttributes( rStyle );
{
// <style:style>
@@ -344,7 +345,7 @@ sal_Bool XMLStyleExport::exportDefaultStyle(
GetExport().GetMM100UnitConverter(),
GetExport().GetNamespaceMap(),
XML_EXPORT_FLAG_IGN_WS );
- exportStyleContent( rStyle );
+// exportStyleContent( rStyle );
}
return sal_True;
}