summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell/sspellimp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:53:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:57:11 +0200
commit8a5ab4cee4f75b4a4c6514123e71e4c5469913ff (patch)
tree5411c2b17ecfe093249b61bd0e075b880e1285ec /lingucomponent/source/spellcheck/spell/sspellimp.hxx
parentedfa05d8a69b8a83a92481c425cbf361c23555bb (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): lingucomponent
Change-Id: I0879890eb3c39c4c5f52cf7209da797f617df9c6 Reviewed-on: https://gerrit.libreoffice.org/76665 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'lingucomponent/source/spellcheck/spell/sspellimp.hxx')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
index a500f1527897..3c55d3c9fcf7 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
@@ -122,7 +122,7 @@ public:
inline OUString SpellChecker::getImplementationName_Static() throw()
{
- return OUString( "org.openoffice.lingu.MySpellSpellChecker" );
+ return "org.openoffice.lingu.MySpellSpellChecker";
}
#endif