summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excdefs.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-02-08 10:56:26 +0000
committerDaniel Rentz <dr@openoffice.org>2001-02-08 10:56:26 +0000
commit8a0ff14f7082a32ac0f0ef3a0a057fe6f8de9d1a (patch)
tree373e672f1a075fab03d443ba91a1e4cc83305c4d /sc/source/filter/inc/excdefs.hxx
parent8b2524df3353b332f20a3ed08d7ea7237137bd8c (diff)
misc. changes
Diffstat (limited to 'sc/source/filter/inc/excdefs.hxx')
-rw-r--r--sc/source/filter/inc/excdefs.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excdefs.hxx b/sc/source/filter/inc/excdefs.hxx
index 2eb824afeac0..192c6d8f287b 100644
--- a/sc/source/filter/inc/excdefs.hxx
+++ b/sc/source/filter/inc/excdefs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: excdefs.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dr $ $Date: 2001-02-07 15:16:18 $
+ * last change: $Author: dr $ $Date: 2001-02-08 11:56:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -284,6 +284,7 @@
#define EXC_ROW_ZEROHEIGHT 0x0020
#define EXC_ROW_UNSYNCED 0x0040
#define EXC_ROW_GHOSTDIRTY 0x0080
+#define EXC_ROW_XFMASK 0x0FFF
// outline
#define EXC_ROW_LEVELFLAGS(nOL) (nOL & 0x0007)