diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-08-06 09:32:18 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-08-06 10:57:21 +0200 |
commit | 068be2699e992a571f8851e7db6362dee8746ee3 (patch) | |
tree | d3948ed8baccaa62ee2337ed675ac8cda6c604da /sw | |
parent | 1aee8678c83c637a2d5c1e0a716528b0bcf11de0 (diff) |
sw: fix footer for new file
And a tab in makefile where surrounding code uses spaces.
Addresses
<https://gerrit.libreoffice.org/c/core/+/120077/2#message-980569fcf06d57af04db12f1f8d96e805336c902>.
Change-Id: I4a4e5fd5c989cbce5fa0602484eb6bba21c19851
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120096
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_core_edit.mk | 2 | ||||
-rw-r--r-- | sw/qa/core/edit/edit.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_core_edit.mk b/sw/CppunitTest_sw_core_edit.mk index 21afd9ec538f..b364e9813e35 100644 --- a/sw/CppunitTest_sw_core_edit.mk +++ b/sw/CppunitTest_sw_core_edit.mk @@ -26,7 +26,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_edit, \ sfx \ svxcore \ sw \ - swqahelper \ + swqahelper \ test \ unotest \ utl \ diff --git a/sw/qa/core/edit/edit.cxx b/sw/qa/core/edit/edit.cxx index f049c5b4751d..9f0b3d4dd62b 100644 --- a/sw/qa/core/edit/edit.cxx +++ b/sw/qa/core/edit/edit.cxx @@ -40,4 +40,4 @@ CPPUNIT_TEST_FIXTURE(Test, testRedlineHidden) CPPUNIT_PLUGIN_IMPLEMENT(); -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |