summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-21 15:03:31 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-21 15:03:31 +0200
commitbdb2890c55676da4b4a569ff914bf1a5bd717725 (patch)
tree5b23a7034977c01f9cccf4c782e0ddd2bfd2bc73 /svtools/inc
parent89d95059bdf9530e6e9b1a9aadf3573364cd1718 (diff)
unoawt: added more functionality to XWizard
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/roadmapwizard.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/svtools/inc/svtools/roadmapwizard.hxx b/svtools/inc/svtools/roadmapwizard.hxx
index ee02f3b33ed7..5d8e0d9b01bb 100644
--- a/svtools/inc/svtools/roadmapwizard.hxx
+++ b/svtools/inc/svtools/roadmapwizard.hxx
@@ -142,7 +142,7 @@ protected:
You can only activate paths which share the first <code>k</code> states with the path
which is previously active (if any), where <code>k</code> is the index of the
- current state within the current page.
+ current state within the current path.
<example>
Say you have paths, <code>(0,1,2,5)</code> and <code>(0,1,4,5)</code>. This means that after
@@ -202,6 +202,10 @@ protected:
*/
void enableState( WizardState _nState, bool _bEnable = true );
+ /** returns true if and only if the given state is known in at least one declared path
+ */
+ bool knowsState( WizardState _nState ) const;
+
// OWizardMachine overriables
virtual void enterState( WizardState _nState );