summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-01 21:16:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-01 21:16:15 +0000
commit81754d9cb1faaf647157717f3ff883a38fed4a46 (patch)
treeecb8ccb9bb684c2c53b89154b128b4da03af2334 /sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
parent62879e0f661573f986016380790d117a39394539 (diff)
Use RTL_CONSTASCII_USTRINGPARAM macro
Diffstat (limited to 'sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx')
-rw-r--r--sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
index af99c29fd564..badc16d208d4 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
@@ -109,11 +109,11 @@ AccessiblePresentationGraphicShape::~AccessiblePresentationGraphicShape (void)
switch (nShapeType)
{
case PRESENTATION_GRAPHIC_OBJECT:
- aDG.Initialize (::rtl::OUString::createFromAscii ("PresentationGraphicShape"));
+ aDG.Initialize (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(("PresentationGraphicShape"))));
break;
default:
aDG.Initialize (
- ::rtl::OUString::createFromAscii ("Unknown accessible presentation graphic shape"));
+ ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Unknown accessible presentation graphic shape")));
uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY);
if (xDescriptor.is())
{