diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:48:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:55:02 +0200 |
commit | f0531aee9535118addf73771c2b3d8a02f1894bf (patch) | |
tree | 8b8c372379498ba4c1f68052a37f7be5c2c911bb /sfx2/source/sidebar | |
parent | 90294b464d0e5acf21cb152babb11d7f96ecf5d7 (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/sidebar')
-rw-r--r-- | sfx2/source/sidebar/Deck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx index 48f7291e8af7..cfef7c774db0 100644 --- a/sfx2/source/sidebar/Deck.cxx +++ b/sfx2/source/sidebar/Deck.cxx @@ -341,7 +341,7 @@ static const OUString GetWindowClassification(const vcl::Window* pWindow) } else { - return OUString("window"); + return "window"; } } |