diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:53:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:57:36 +0200 |
commit | fab5a47c0cbd001fb0b607069561e8fe20abb328 (patch) | |
tree | 8a0f7398fc34bf6dead0c00389ba51034be8da23 /io/source/connector | |
parent | fdc49438d5b039506e853098d4bb3bc2fed5c271 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): io
Change-Id: Ia1bf6c89a0c70941f251dcbc68061df7bd3457b4
Reviewed-on: https://gerrit.libreoffice.org/76668
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'io/source/connector')
-rw-r--r-- | io/source/connector/connector.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx index cee46004506d..1c9619c26352 100644 --- a/io/source/connector/connector.cxx +++ b/io/source/connector/connector.cxx @@ -164,7 +164,7 @@ namespace stoc_connector OUString connector_getImplementationName() { - return OUString( IMPLEMENTATION_NAME ); + return IMPLEMENTATION_NAME; } OUString OConnector::getImplementationName() |