summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-25 11:43:39 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-25 11:43:39 +0200
commit4c8dadc628186e05ead435f06ec76dafee693a0b (patch)
treee92a7e29892875ddc8e46c4897900b9087738406 /extensions/source/dbpilots/listcombowizard.hxx
parentd2b0dc2ee3de5158a1bf130e42bcfd46d997e74b (diff)
unoawt: onFinish does not need this parameter, it's always called with RET_OK
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.hxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.hxx b/extensions/source/dbpilots/listcombowizard.hxx
index c30a19a77a00..05f7f70ea65d 100644
--- a/extensions/source/dbpilots/listcombowizard.hxx
+++ b/extensions/source/dbpilots/listcombowizard.hxx
@@ -80,8 +80,7 @@ namespace dbp
virtual WizardState determineNextState( WizardState _nCurrentState ) const;
virtual void enterState( WizardState _nState );
virtual sal_Bool leaveState( WizardState _nState );
-
- virtual sal_Bool onFinish(sal_Int32 _nResult);
+ virtual sal_Bool onFinish();
virtual sal_Bool approveControl(sal_Int16 _nClassId);