Kaydet (Commit) cb918dda authored tarafından Noel Grandin's avatar Noel Grandin

convert remnants of String to CHART2 module to OUString

Change-Id: I799d7ff1d9e8a72b1e68e53aa7d9ef21a2d299b1
üst b879adc3
...@@ -151,7 +151,7 @@ svt::OWizardPage* CreationWizard::createPage(WizardState nState) ...@@ -151,7 +151,7 @@ svt::OWizardPage* CreationWizard::createPage(WizardState nState)
break; break;
} }
if(pRet) 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; return pRet;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment