summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-25 13:10:26 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:40 +0200
commitcb918dda4d5ac679c78c67429a0244823accc78f (patch)
tree04ddfaacf923acc8a5b36156804bd56f40ec0bd6 /chart2/source/controller/dialogs/dlg_CreationWizard.cxx
parentconvert UUI module from String to OUString (diff)
downloadcore-cb918dda4d5ac679c78c67429a0244823accc78f.tar.gz
core-cb918dda4d5ac679c78c67429a0244823accc78f.zip
convert remnants of String to CHART2 module to OUString
Change-Id: I799d7ff1d9e8a72b1e68e53aa7d9ef21a2d299b1
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_CreationWizard.cxx')
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
index 74c069501f69..55e9ce63c1ad 100644
--- a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
+++ b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
@@ -151,7 +151,7 @@ svt::OWizardPage* CreationWizard::createPage(WizardState nState)
break;
}
if(pRet)
- pRet->SetText(String());//remove title of pages to not get them in the wizard title
+ pRet->SetText(OUString());//remove title of pages to not get them in the wizard title
return pRet;
}