summaryrefslogtreecommitdiff
path: root/include/vcl/roadmapwizard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/roadmapwizard.hxx')
-rw-r--r--include/vcl/roadmapwizard.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/vcl/roadmapwizard.hxx b/include/vcl/roadmapwizard.hxx
index b94b89f61a38..872d90bf624e 100644
--- a/include/vcl/roadmapwizard.hxx
+++ b/include/vcl/roadmapwizard.hxx
@@ -202,11 +202,6 @@ namespace vcl
*/
virtual VclPtr<TabPage> createPage( WizardState _nState ) override;
- /** asks for a new label of the wizard page
-
- */
- void updateRoadmapItemLabel( WizardState _nState );
-
private:
DECL_DLLPRIVATE_LINK( OnRoadmapItemSelected, LinkParamNone*, void );
@@ -257,13 +252,6 @@ namespace vcl
*/
void declarePath( PathId _nPathId, const WizardPath& _lWizardStates);
- /** provides basic information about a state
-
- The given display name is used in the default implementation of getStateDisplayName,
- and the given factory is used in the default implementation of createPage.
- */
- void describeState( WizardState _nState, const OUString& _rStateDisplayName, RoadmapPageFactory _pPageFactory );
-
/** activates a path which has previously been declared with <member>declarePath</member>
You can only activate paths which share the first <code>k</code> states with the path
@@ -328,10 +316,6 @@ namespace vcl
*/
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 ) override;