diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-02 09:18:15 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-02 09:18:15 +0100 |
commit | b9744592520ab3d131a7d85df7e5214b5c2cc709 (patch) | |
tree | 0c4b261b95eb51a4aefe6c88e888d3675a1eaa73 /sc/source/ui/view/gridwin2.cxx | |
parent | d49977f3bae61dcc1ec345be8710cd647ea2f5c9 (diff) |
replace use RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sc/source/ui/view/gridwin2.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index 4aa2b1476759..0b1c2469c552 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -471,7 +471,7 @@ void ScGridWindow::DPLaunchFieldPopupMenu( const ScDPLabelData& rLabelData = *pDPData->maDPParam.maLabelArray[pDPData->mnDim]; mpDPFieldPopup.reset(new ScDPFieldPopupWindow(this, pViewData->GetDocument())); - mpDPFieldPopup->setName(OUString::createFromAscii("DataPilot field member popup")); + mpDPFieldPopup->setName(OUString(RTL_CONSTASCII_USTRINGPARAM("DataPilot field member popup"))); mpDPFieldPopup->setExtendedData(pDPData.release()); mpDPFieldPopup->setOKAction(new DPFieldPopupOKAction(this)); { |