summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-04-17 07:04:27 +0000
committerOliver Specht <os@openoffice.org>2001-04-17 07:04:27 +0000
commit312e61f090d49c14b62d16d36c3468a16cf49eb7 (patch)
treea9d29cb7b13307ee71ce712c1c2e7aedda957887 /sw/source/ui/config
parent1890f381c68b3ae2468194d5e58f56d7bbb86345 (diff)
#86002# cursor options in HTML hidden
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/optpage.cxx17
1 files changed, 14 insertions, 3 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index 4b5d7cc37016..3fd042835e5b 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optpage.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: os $ $Date: 2001-04-10 08:57:24 $
+ * last change: $Author: os $ $Date: 2001-04-17 08:04:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1347,11 +1347,11 @@ SwShdwCrsrOptionsTabPage::SwShdwCrsrOptionsTabPage( Window* pParent,
aFillIndentRB( this, SW_RES( RB_SHDWCRSFILLINDENT )),
aFillTabRB( this, SW_RES( RB_SHDWCRSFILLTAB )),
aFillSpaceRB( this, SW_RES( RB_SHDWCRSFILLSPACE )),
-// aColorGB( this, SW_RES( GB_SHDWCRSCOLOR )),
aColorFT( this, SW_RES( FT_SHDWCRSCOLOR )),
aColorLB( this, SW_RES( LB_SHDWCRSCOLOR )),
aCrsrOptGB ( this, SW_RES( GB_CRSR_OPT)),
aCrsrInProtCB( this, SW_RES( CB_ALLOW_IN_PROT )),
+
aUnprintBox ( this, SW_RES( GB_NOPRINT ) ),
aParaCB ( this, SW_RES( CB_PARA ) ),
aSHyphCB ( this, SW_RES( CB_SHYPH ) ),
@@ -1403,6 +1403,17 @@ SwShdwCrsrOptionsTabPage::SwShdwCrsrOptionsTabPage( Window* pParent,
aHiddenCB .Hide();
aHiddenParaCB.Hide();
aBreakCB.SetPosPixel(aTabCB.GetPosPixel());
+ aFlagGB .Hide();
+ aOnOffCB .Hide();
+ aFillModeFT .Hide();
+ aFillMarginRB .Hide();
+ aFillIndentRB .Hide();
+ aFillTabRB .Hide();
+ aFillSpaceRB .Hide();
+ aColorFT .Hide();
+ aColorLB .Hide();
+ aCrsrOptGB .Hide();
+ aCrsrInProtCB .Hide();
}
}