diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-05-25 11:43:39 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-05-25 11:43:39 +0200 |
commit | 07030790f7a7fb4d16806cd1f70047717cc07129 (patch) | |
tree | 25bd443caa7921aaa68a595e3c3eadb690c9baca /svtools/inc | |
parent | 054dcada5c1432a70d20834445a248678b3318c7 (diff) |
unoawt: onFinish does not need this parameter, it's always called with RET_OK
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/wizardmachine.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/wizardmachine.hxx b/svtools/inc/svtools/wizardmachine.hxx index 9c1b8e2a6867..05e796646253 100644 --- a/svtools/inc/svtools/wizardmachine.hxx +++ b/svtools/inc/svtools/wizardmachine.hxx @@ -259,7 +259,7 @@ namespace svt /** called when the finish button is pressed <p>By default, only the base class' Finnish method (which is not virtual) is called</p> */ - virtual sal_Bool onFinish(sal_Int32 _nResult); + virtual sal_Bool onFinish(); /// travel to the next state sal_Bool travelNext(); |