summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/cfgitems.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-20 11:10:10 +0000
committerOliver Specht <os@openoffice.org>2002-09-20 11:10:10 +0000
commit6361e50130e1cc9ec5b7559e67fc58b3430b4e5a (patch)
treead8c92d2172c5610f42815d63e9767470d34948c /sw/source/ui/inc/cfgitems.hxx
parent#103419# new mathtype ver 2 symbol+font mapping to unicode (diff)
downloadcore-6361e50130e1cc9ec5b7559e67fc58b3430b4e5a.tar.gz
core-6361e50130e1cc9ec5b7559e67fc58b3430b4e5a.zip
#103376# function to switch both rulers at once added
Diffstat (limited to 'sw/source/ui/inc/cfgitems.hxx')
-rw-r--r--sw/source/ui/inc/cfgitems.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index ac0dd32eb499..a6b6742cd2c1 100644
--- a/sw/source/ui/inc/cfgitems.hxx
+++ b/sw/source/ui/inc/cfgitems.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgitems.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2002-04-25 13:51:50 $
+ * last change: $Author: os $ $Date: 2002-09-20 12:09:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,6 +132,7 @@ class SwElemItem : public SfxPoolItem
//view
BOOL bHorzScrollbar :1;
BOOL bVertScrollbar :1;
+ BOOL bAnyRuler : 1;
BOOL bHorzRuler :1;
BOOL bVertRuler :1;
BOOL bVertRulerRight:1;