summaryrefslogtreecommitdiff
path: root/lingucomponent/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-06-18 12:48:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-06-18 16:10:53 +0200
commit634f13a722dc68b7a2df7518880ce4f9d5d89f19 (patch)
tree4d0a2f4c8b3129f30d43256e78aab311b533af87 /lingucomponent/source
parentb9a83f9ad4bf1d7754e23af5e6e4eb03750adb92 (diff)
add usual footer directives
Change-Id: I1fd6c5e98e77bc7f275dff65f4c2287b58550f48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136081 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lingucomponent/source')
-rw-r--r--lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx2
-rw-r--r--lingucomponent/source/spellcheck/languagetool/languagetoolimp.hxx4
2 files changed, 5 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx b/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx
index 7b6e8005fcb7..d4f73c8ee4bc 100644
--- a/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx
+++ b/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx
@@ -405,3 +405,5 @@ lingucomponent_LanguageToolGrammarChecker_get_implementation(
{
return cppu::acquire(static_cast<cppu::OWeakObject*>(new LanguageToolGrammarChecker()));
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
diff --git a/lingucomponent/source/spellcheck/languagetool/languagetoolimp.hxx b/lingucomponent/source/spellcheck/languagetool/languagetoolimp.hxx
index e0dadfecab68..36b31238d0b5 100644
--- a/lingucomponent/source/spellcheck/languagetool/languagetoolimp.hxx
+++ b/lingucomponent/source/spellcheck/languagetool/languagetoolimp.hxx
@@ -88,4 +88,6 @@ public:
virtual OUString SAL_CALL getImplementationName() override;
virtual sal_Bool SAL_CALL supportsService(const OUString& rServiceName) override;
virtual Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
-}; \ No newline at end of file
+};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */