summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-17 12:41:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-28 09:25:32 +0200
commita4d53515faac28e7749b0c4d9a4e6b59aad63225 (patch)
treec8e48082dff8fc9e9d62944ccd6befb8b9eb3af7 /sd/source/ui/accessibility/AccessiblePresentationShape.cxx
parent9376df3c03d361a4c01493066db2a11a770d6cc9 (diff)
loplugin:ostr in sd/../ui
Change-Id: I19acde24fd8a4014807318d97433b81814cadd75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167768 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/accessibility/AccessiblePresentationShape.cxx')
-rw-r--r--sd/source/ui/accessibility/AccessiblePresentationShape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
index 4a963155e6e3..784cb2eda1d5 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
@@ -45,7 +45,7 @@ AccessiblePresentationShape::~AccessiblePresentationShape() {}
OUString SAL_CALL AccessiblePresentationShape::getImplementationName()
{
- return "AccessiblePresentationShape";
+ return u"AccessiblePresentationShape"_ustr;
}
/// Set this object's name if is different to the current name.