summaryrefslogtreecommitdiffstats
path: root/chart2
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 /chart2
parentconvert include/svtools/rtfout.hxx from String to OUString (diff)
downloadcore-00f5fde6c4520afe08650c257b8d2c279635eb09.tar.gz
core-00f5fde6c4520afe08650c257b8d2c279635eb09.zip
convert include/svtools/roadmapwizard.hxx from String to OUString
Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard.cxx2
-rw-r--r--chart2/source/controller/inc/dlg_CreationWizard.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
index 4a8a2c180323..74c069501f69 100644
--- a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
+++ b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
@@ -196,7 +196,7 @@ void CreationWizard::setValidPage( TabPage * /* pTabPage */ )
m_bCanTravel = true;
}
-String CreationWizard::getStateDisplayName( WizardState nState ) const
+OUString CreationWizard::getStateDisplayName( WizardState nState ) const
{
sal_uInt16 nResId = 0;
switch( nState )
diff --git a/chart2/source/controller/inc/dlg_CreationWizard.hxx b/chart2/source/controller/inc/dlg_CreationWizard.hxx
index ecc84a169cb0..d5d1b9dee23e 100644
--- a/chart2/source/controller/inc/dlg_CreationWizard.hxx
+++ b/chart2/source/controller/inc/dlg_CreationWizard.hxx
@@ -63,7 +63,7 @@ protected:
virtual WizardState determineNextState(WizardState nCurrentState) const;
virtual void enterState(WizardState nState);
- virtual String getStateDisplayName( WizardState nState ) const;
+ virtual OUString getStateDisplayName( WizardState nState ) const;
private:
//no default constructor