lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx |    2 ++
 lingucomponent/source/spellcheck/languagetool/languagetoolimp.hxx |    4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 634f13a722dc68b7a2df7518880ce4f9d5d89f19
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Jun 18 12:48:39 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Jun 18 16:10:53 2022 +0200

    add usual footer directives
    
    Change-Id: I1fd6c5e98e77bc7f275dff65f4c2287b58550f48
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136081
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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: */

Reply via email to