summaryrefslogtreecommitdiff
path: root/svtools/source/uitest
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:48:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:54:17 +0200
commit086ce5c2bb036ca8268f8bcb19099866f8561047 (patch)
treefc7fe096b455424bfdb63c7c4b0b47941948de7f /svtools/source/uitest
parent06daea730e65b70f1a2c6adaeeeaa8fc2927a311 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): svtools
Change-Id: I4d42441adf5408e0281577078b0d5537acb02513 Reviewed-on: https://gerrit.libreoffice.org/76641 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svtools/source/uitest')
-rw-r--r--svtools/source/uitest/uiobject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uitest/uiobject.cxx b/svtools/source/uitest/uiobject.cxx
index 3c0a34b26a8d..a636f1c36d8a 100644
--- a/svtools/source/uitest/uiobject.cxx
+++ b/svtools/source/uitest/uiobject.cxx
@@ -38,7 +38,7 @@ StringMap SimpleTableUIObject::get_state()
OUString SimpleTableUIObject::get_type() const
{
- return OUString("SimpleTable");
+ return "SimpleTable";
}
std::unique_ptr<UIObject> SimpleTableUIObject::createFromContainer(vcl::Window* pWindow)