diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-25 13:10:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-01 10:08:40 +0200 |
commit | cb918dda4d5ac679c78c67429a0244823accc78f (patch) | |
tree | 04ddfaacf923acc8a5b36156804bd56f40ec0bd6 /chart2 | |
parent | b879adc316d6628fad7be35e758052860171bcf2 (diff) |
convert remnants of String to CHART2 module to OUString
Change-Id: I799d7ff1d9e8a72b1e68e53aa7d9ef21a2d299b1
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_CreationWizard.cxx | 2 |
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; } |