summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyle.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-12-13 16:11:44 +0000
committerSascha Ballach <sab@openoffice.org>2000-12-13 16:11:44 +0000
commit20a6af13d9d9f4f7c1a5e1a2165c0c8493ea28a5 (patch)
tree883f77d00275bf93e610d5611c9cb3b4a3dbee25 /sc/source/filter/xml/xmlstyle.hxx
parentced875b715acab9c03d10ed875dd945fb3b8cb10 (diff)
set only the row properties if thea are different to the defaults
Diffstat (limited to 'sc/source/filter/xml/xmlstyle.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyle.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlstyle.hxx b/sc/source/filter/xml/xmlstyle.hxx
index 9f056e068218..da9a7b06f257 100644
--- a/sc/source/filter/xml/xmlstyle.hxx
+++ b/sc/source/filter/xml/xmlstyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlstyle.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: sab $ $Date: 2000-11-28 16:18:57 $
+ * last change: $Author: sab $ $Date: 2000-12-13 17:11:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,6 +134,7 @@ extern const XMLPropertyMapEntry aXMLScTableStylesProperties[];
#define CTF_SC_ROWHEIGHT 50
#define CTF_SC_ROWOPTIMALHEIGHT 51
+#define CTF_SC_ROWBREAKBEFORE 52
//ColumnStyles
#define XML_SC_TYPE_BREAKBEFORE (XML_SC_TYPES_START + 50)