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/doc/objmisc.cxx | |
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/doc/objmisc.cxx')
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index d4b30edfa5b2..4a1fb448b7b1 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -709,7 +709,7 @@ OUString SfxObjectShell::GetTitle( sal_uInt16 nMaxLength ) const { static bool bRecur = false; if ( bRecur ) - return OUString("-not available-"); + return "-not available-"; bRecur = true; OUString aTitle; |