From a4d53515faac28e7749b0c4d9a4e6b59aad63225 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 May 2024 12:41:24 +0200 Subject: loplugin:ostr in sd/../ui Change-Id: I19acde24fd8a4014807318d97433b81814cadd75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167768 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/view/GraphicObjectBar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/view/GraphicObjectBar.cxx') diff --git a/sd/source/ui/view/GraphicObjectBar.cxx b/sd/source/ui/view/GraphicObjectBar.cxx index 09f73f056558..d94a556750b3 100644 --- a/sd/source/ui/view/GraphicObjectBar.cxx +++ b/sd/source/ui/view/GraphicObjectBar.cxx @@ -58,7 +58,7 @@ GraphicObjectBar::GraphicObjectBar ( SetPool( &pDocShell->GetPool() ); SetUndoManager( pDocShell->GetUndoManager() ); SetRepeatTarget( mpView ); - SetName( "Graphic objectbar"); + SetName( u"Graphic objectbar"_ustr); } GraphicObjectBar::~GraphicObjectBar() -- cgit