summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/ctredlin.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-31 12:09:48 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-31 12:09:48 +0000
commitdec4ca0a0b26c1cfdecdb7daddd2ca4b47db80c9 (patch)
treee85b13a6167cc31922271316414c424e24e8fecf /svx/source/dialog/ctredlin.cxx
parent#87219# added user glue points (diff)
downloadcore-dec4ca0a0b26c1cfdecdb7daddd2ca4b47db80c9.tar.gz
core-dec4ca0a0b26c1cfdecdb7daddd2ca4b47db80c9.zip
#86988# dialog redesign
Diffstat (limited to 'svx/source/dialog/ctredlin.cxx')
-rw-r--r--svx/source/dialog/ctredlin.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index e7d82ebb0559..bd594fbee359 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ctredlin.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2000-11-20 09:29:04 $
+ * last change: $Author: dr $ $Date: 2001-05-31 13:06:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -864,7 +864,6 @@ SvxTPFilter::SvxTPFilter( Window * pParent)
aEdRange ( this, ResId( ED_RANGE ) ),
aBtnRange ( this, ResId( BTN_REF ) ),
aLbAction ( this, ResId( LB_ACTION ) ),
- aGbFilter ( this, ResId( GB_FILTER ) ),
aCbComment ( this, ResId( CB_COMMENT) ),
aEdComment ( this, ResId( ED_COMMENT) ),
aStrMyName ( ResId( STR_FILTER) ),
@@ -924,11 +923,6 @@ String SvxTPFilter::GetMyName() const
return aStrMyName;
}
-void SvxTPFilter::HideGroupBox( BOOL bFlag)
-{
- aGbFilter.Show(!bFlag);
-}
-
void SvxTPFilter::DisableRange(BOOL bFlag)
{
if(bFlag)