From 20a6af13d9d9f4f7c1a5e1a2165c0c8493ea28a5 Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Wed, 13 Dec 2000 16:11:44 +0000 Subject: set only the row properties if thea are different to the defaults --- sc/source/filter/xml/xmlstyle.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc/source/filter/xml/xmlstyle.hxx') 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) -- cgit