summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 10:46:08 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 10:46:08 +0000
commitfa05f8c1d8425c706497aaefea822a12031989a0 (patch)
treec3c7cb970f8a5f22c990870a50d086f77cb51c0e /svtools/inc
parent1e19a299d6080ad05e1dc73655fb27bd6e992402 (diff)
INTEGRATION: CWS os27 (1.7.422); FILE MERGED
2004/01/27 14:40:30 os 1.7.422.1: #i24134# min/max added to RulerBorder
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/ruler.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/inc/ruler.hxx b/svtools/inc/ruler.hxx
index 7be84e914715..e4d2e5fd7822 100644
--- a/svtools/inc/ruler.hxx
+++ b/svtools/inc/ruler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ruler.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2002-11-29 17:18:47 $
+ * last change: $Author: kz $ $Date: 2004-02-26 11:46:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -632,6 +632,9 @@ struct RulerBorder
long nPos;
long nWidth;
USHORT nStyle;
+ //minimum/maximum position, supported for table borders/rows
+ long nMinPos;
+ long nMaxPos;
};
// ---------------