diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-08 08:29:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-15 09:11:31 +0200 |
commit | a912a3027ca611070727b43851fb06d0ec4cfc11 (patch) | |
tree | ce8d1d05df3458369cac4f4677c9acb8f22bcb5e /include/svtools | |
parent | a1fb61ffaf0f2f87788e5b46f82ef6e6d3aea496 (diff) |
convert include/svtools/wizardmachine.hxx from String to OUString
Change-Id: I8adc23b10f23a8a25e93be671ce16845a44fa57f
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/wizardmachine.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx index 8283b131007d..99352ca0d4a5 100644 --- a/include/svtools/wizardmachine.hxx +++ b/include/svtools/wizardmachine.hxx @@ -187,7 +187,7 @@ namespace svt void defaultButton(PushButton* _pNewDefButton); /// set the base of the title to use - the title of the current page is appended - void setTitleBase(const String& _rTitleBase); + void setTitleBase(const OUString& _rTitleBase); /// determines whether there is a next state to which we can advance virtual bool canAdvance() const; @@ -273,7 +273,7 @@ namespace svt /** skip a state The method behaves as if from the current state, <arg>_nSteps</arg> <method>travelNext</method>s were - called, but without actually creating or displaying the ntermediate pages. Only the + called, but without actually creating or displaying the \EDntermediate pages. Only the (<arg>_nSteps</arg> + 1)th page is created. The skipped states appear in the state history, so <method>travelPrevious</method> will make use of them. @@ -293,7 +293,7 @@ namespace svt The method behaves as if from the current state, <method>travelNext</method>s were called successively, until <arg>_nTargetState</arg> is reached, but without actually creating or - displaying the ntermediate pages. + displaying the \EDntermediate pages. The skipped states appear in the state history, so <method>travelPrevious</method> will make use of them. |