summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-13 13:47:59 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:35 +0200
commit00f5fde6c4520afe08650c257b8d2c279635eb09 (patch)
treeee50e7d6aab6101410813638aa71b20360e4b032 /include
parentd3c008fb7e5d604bc09a23b79598734a7e506489 (diff)
convert include/svtools/roadmapwizard.hxx from String to OUString
Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82
Diffstat (limited to 'include')
-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 27ad86bcf16b..d93cb742b949 100644
--- a/include/svtools/roadmapwizard.hxx
+++ b/include/svtools/roadmapwizard.hxx
@@ -123,7 +123,7 @@ protected:
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 String& _rStateDisplayName, RoadmapPageFactory _pPageFactory );
+ void describeState( WizardState _nState, const OUString& _rStateDisplayName, RoadmapPageFactory _pPageFactory );
/** activates a path which has previously been declared with <member>declarePath</member>
@@ -203,7 +203,7 @@ protected:
this is worth an assertion in a non-product build, and then an empty string is
returned.
*/
- virtual String getStateDisplayName( WizardState _nState ) const;
+ virtual OUString getStateDisplayName( WizardState _nState ) const;
/** creates a page for a given state