summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.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/optpage.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/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 4ad6f9ad0d0e..24c42ab1cd3e 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optpage.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: gt $ $Date: 2002-08-07 12:08:21 $
+ * last change: $Author: os $ $Date: 2002-09-20 12:10:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,6 +116,7 @@ class SwContentOptPage : public SfxTabPage
FixedLine aWindowFL;
CheckBox aHScrollBox;
CheckBox aVScrollBox;
+ CheckBox aAnyRulerCB;
CheckBox aHRulerCBox;
ListBox aHMetric;
CheckBox aVRulerCBox;
@@ -136,6 +137,7 @@ class SwContentOptPage : public SfxTabPage
ListBox aMetricLB;
DECL_LINK(VertRulerHdl, CheckBox*);
+ DECL_LINK(AnyRulerHdl, CheckBox*);
public:
SwContentOptPage( Window* pParent,
const SfxItemSet& rSet );