diff options
-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; } |