summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:48:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:55:02 +0200
commitf0531aee9535118addf73771c2b3d8a02f1894bf (patch)
tree8b8c372379498ba4c1f68052a37f7be5c2c911bb /sfx2/source/control
parent90294b464d0e5acf21cb152babb11d7f96ecf5d7 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2
Change-Id: Idb86a5351feaf307504d1f1f110ef8b1275bedce Reviewed-on: https://gerrit.libreoffice.org/76648 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/thumbnailviewacc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/thumbnailviewacc.cxx b/sfx2/source/control/thumbnailviewacc.cxx
index 2565c6614877..91b31ebc8a92 100644
--- a/sfx2/source/control/thumbnailviewacc.cxx
+++ b/sfx2/source/control/thumbnailviewacc.cxx
@@ -195,7 +195,7 @@ sal_Int16 SAL_CALL ThumbnailViewAcc::getAccessibleRole()
OUString SAL_CALL ThumbnailViewAcc::getAccessibleDescription()
{
ThrowIfDisposed();
- return OUString("ThumbnailView");
+ return "ThumbnailView";
}
OUString SAL_CALL ThumbnailViewAcc::getAccessibleName()
@@ -652,7 +652,7 @@ sal_Int16 SAL_CALL SfxThumbnailViewAcc::getAccessibleRole()
OUString SAL_CALL SfxThumbnailViewAcc::getAccessibleDescription()
{
ThrowIfDisposed();
- return OUString("ThumbnailView");
+ return "ThumbnailView";
}
OUString SAL_CALL SfxThumbnailViewAcc::getAccessibleName()