summaryrefslogtreecommitdiff
path: root/svx/source/uitest/uiobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/uitest/uiobject.cxx')
-rw-r--r--svx/source/uitest/uiobject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/uitest/uiobject.cxx b/svx/source/uitest/uiobject.cxx
index 9568f4cc75ef..c791dc068395 100644
--- a/svx/source/uitest/uiobject.cxx
+++ b/svx/source/uitest/uiobject.cxx
@@ -56,7 +56,7 @@ std::unique_ptr<UIObject> SvxShowCharSetUIObject::create(vcl::Window* pWindow)
OUString SvxShowCharSetUIObject::get_name() const
{
- return OUString("SvxShowCharSetUIObject");
+ return "SvxShowCharSetUIObject";
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */