diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:48:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:54:43 +0200 |
commit | 2372d1a8b5e116b0ea84d09b4b577cc0f4ee7333 (patch) | |
tree | 6b62023a0cc2e7f42645e4621d0b4a4fb0ac5be4 /starmath/source/unodoc.cxx | |
parent | d15e0ff4fd120ede2bf5599f7323628c58c3df91 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): starmath
Change-Id: I12c7978be638fb875be1b183c70a8eb08bedf778
Reviewed-on: https://gerrit.libreoffice.org/76645
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'starmath/source/unodoc.cxx')
-rw-r--r-- | starmath/source/unodoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unodoc.cxx b/starmath/source/unodoc.cxx index ac2e35ca14ef..8e5230ad7f44 100644 --- a/starmath/source/unodoc.cxx +++ b/starmath/source/unodoc.cxx @@ -28,7 +28,7 @@ using namespace ::com::sun::star; OUString SmDocument_getImplementationName() throw() { - return OUString( "com.sun.star.comp.Math.FormulaDocument" ); + return "com.sun.star.comp.Math.FormulaDocument"; } uno::Sequence< OUString > SmDocument_getSupportedServiceNames() throw() |