summaryrefslogtreecommitdiff
path: root/include/svtools/wizdlg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-27 17:37:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 10:21:08 +0200
commit99d4b08d05c6edba43675661c70736a2a062af21 (patch)
treee6b458564c45dafd7b96957ddc2a65b632ea293c /include/svtools/wizdlg.hxx
parent56a2bc14b5ca23e26b33b3c55a026b81bbeb244b (diff)
WizardDialog::DeactivatePage return type wants to be bool
Change-Id: Ib44006e339a4e1ee9b5c9201e48861fceef865fd
Diffstat (limited to 'include/svtools/wizdlg.hxx')
-rw-r--r--include/svtools/wizdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index 93d19addf6ed..a8c7e4e332f7 100644
--- a/include/svtools/wizdlg.hxx
+++ b/include/svtools/wizdlg.hxx
@@ -248,7 +248,7 @@ public:
virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
virtual void ActivatePage();
- virtual long DeactivatePage();
+ virtual bool DeactivatePage();
virtual void queue_resize(StateChangedType eReason = StateChangedType::LAYOUT) SAL_OVERRIDE;