summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-27 00:06:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-29 09:56:06 +0100
commitfa19c5ec0844456a485cb7eb4a64f9d9c6d678bf (patch)
treea2426854601f2dff447fee8438badd1397959667 /svtools
parentfea6627b6170a2921d3cac228f857c8bf9f70def (diff)
callcatcher: various
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/wizdlg.hxx1
-rw-r--r--svtools/source/dialogs/wizdlg.cxx7
2 files changed, 0 insertions, 8 deletions
diff --git a/svtools/inc/svtools/wizdlg.hxx b/svtools/inc/svtools/wizdlg.hxx
index 5e5721551d1c..c9e909ddcb5c 100644
--- a/svtools/inc/svtools/wizdlg.hxx
+++ b/svtools/inc/svtools/wizdlg.hxx
@@ -291,7 +291,6 @@ public:
PushButton* GetNextButton() const { return mpNextBtn; }
void ShowButtonFixedLine( sal_Bool bVisible );
- sal_Bool IsButtonFixedLineVisible();
void SetViewWindow( Window* pWindow ) { mpViewWindow = pWindow; }
Window* GetViewWindow() const { return mpViewWindow; }
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx
index e7bb12989e4a..0dd3d9aed83b 100644
--- a/svtools/source/dialogs/wizdlg.cxx
+++ b/svtools/source/dialogs/wizdlg.cxx
@@ -694,11 +694,4 @@ void WizardDialog::ShowButtonFixedLine( sal_Bool bVisible )
mpFixedLine->Show( bVisible );
}
-// -----------------------------------------------------------------------
-
-sal_Bool WizardDialog::IsButtonFixedLineVisible()
-{
- return (mpFixedLine && mpFixedLine->IsVisible());
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */