summaryrefslogtreecommitdiff
path: root/include/svtools/roadmapwizard.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:07:59 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commitcdbbbdce9956e290b4a849af332df55da1be8d36 (patch)
tree2050cdc73e167962b0a37e7272abd55575f8c705 /include/svtools/roadmapwizard.hxx
parentbf080115bac322b177ffcf1e15aff4de1d742b4c (diff)
include: convert <type> here too
sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
Diffstat (limited to 'include/svtools/roadmapwizard.hxx')
-rw-r--r--include/svtools/roadmapwizard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx
index aae7ebfc5d7b..35067f11148f 100644
--- a/include/svtools/roadmapwizard.hxx
+++ b/include/svtools/roadmapwizard.hxx
@@ -98,7 +98,7 @@ protected:
The very first path which is declared is automatically activated.
Note that all paths which are declared must have the very first state in
- common. Also note that due to a restriction of the very base class (<type>WizardDialog</type>),
+ common. Also note that due to a restriction of the very base class (WizardDialog),
this common first state must be 0.
You cannot declare new paths once the wizard started, so it's recommended that
@@ -160,7 +160,7 @@ protected:
/** determine the next state to travel from the given one
- This method (which is declared in <type>OWizardMachine</type> and overwritten here)
+ This method (which is declared in OWizardMachine and overwritten here)
ensures that traveling happens along the active path.
@see activatePath