diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 11:24:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 11:24:28 +0000 |
commit | bd38f9294e0b482af9c6d37269a3140fc8ab3b8b (patch) | |
tree | 78978a828aa5ccb240250e68e38952963e57f94c /svtools/inc | |
parent | f523cba4d34e6431c4b71dc047794d4cde3d2c94 (diff) |
INTEGRATION: CWS c09tosrc (1.3.44); FILE MERGED
2007/06/20 10:41:27 as 1.3.44.1: #144874# megre changes also into the master
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/roadmapwizard.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/svtools/inc/svtools/roadmapwizard.hxx b/svtools/inc/svtools/roadmapwizard.hxx index 125dafefc1e5..f0d7a0848b77 100644 --- a/svtools/inc/svtools/roadmapwizard.hxx +++ b/svtools/inc/svtools/roadmapwizard.hxx @@ -4,9 +4,9 @@ * * $RCSfile: roadmapwizard.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2007-05-22 19:32:11 $ + * last change: $Author: rt $ $Date: 2007-07-06 12:24:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,6 +49,11 @@ namespace svt { //........................................................................ + namespace + { + typedef ::std::vector< WizardTypes::WizardState > Path; + } + struct RoadmapWizardImpl; struct RoadmapWizardTypes @@ -126,6 +131,7 @@ namespace svt with a WZS_INVALID_STATE. */ void declarePath( PathId _nPathId, WizardState _nFirstState, ... ); + void declarePath( PathId _nPathId, const Path& _lWizardStates); /** activates a path which has previously been declared with <member>declarePath</member> |