sc/qa/extras/sccheck_data_pilot_field.cxx   |    2 ++
 sc/qa/extras/sccheck_data_pilot_table.cxx   |    2 ++
 sc/qa/extras/sccheck_xcell_ranges_query.cxx |    2 ++
 sc/qa/unit/ucalc_solver.cxx                 |    2 ++
 4 files changed, 8 insertions(+)

New commits:
commit 0d5404898f929698c011635be2561231d98746ae
Author:     Miklos Vajna <[email protected]>
AuthorDate: Mon Nov 3 08:44:04 2025 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Mon Nov 3 09:24:25 2025 +0100

    sc tests: add missing vim modelines
    
    Similar to commit 81898d0d37cfc10f4aed5f10470a8fb27812b2f6 (sc tests:
    add missing source code headers, 2025-10-31).
    
    Change-Id: I0cc9125879f40326046f4a62c7b9a63577b03935
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193321
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/sc/qa/extras/sccheck_data_pilot_field.cxx 
b/sc/qa/extras/sccheck_data_pilot_field.cxx
index a6094a9b26e8..7d0f1573f630 100644
--- a/sc/qa/extras/sccheck_data_pilot_field.cxx
+++ b/sc/qa/extras/sccheck_data_pilot_field.cxx
@@ -176,3 +176,5 @@ CPPUNIT_TEST_SUITE_REGISTRATION(CheckDataPilotField);
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/qa/extras/sccheck_data_pilot_table.cxx 
b/sc/qa/extras/sccheck_data_pilot_table.cxx
index 9a7b02000ace..9a561af0b06c 100644
--- a/sc/qa/extras/sccheck_data_pilot_table.cxx
+++ b/sc/qa/extras/sccheck_data_pilot_table.cxx
@@ -179,3 +179,5 @@ CPPUNIT_TEST_SUITE_REGISTRATION(CheckDataPilotTable);
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/qa/extras/sccheck_xcell_ranges_query.cxx 
b/sc/qa/extras/sccheck_xcell_ranges_query.cxx
index 03079bf5f999..1fe23654a033 100644
--- a/sc/qa/extras/sccheck_xcell_ranges_query.cxx
+++ b/sc/qa/extras/sccheck_xcell_ranges_query.cxx
@@ -176,3 +176,5 @@ CPPUNIT_TEST_SUITE_REGISTRATION(CheckXCellRangesQuery);
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/qa/unit/ucalc_solver.cxx b/sc/qa/unit/ucalc_solver.cxx
index 9a8025c248b9..fc48c648acac 100644
--- a/sc/qa/unit/ucalc_solver.cxx
+++ b/sc/qa/unit/ucalc_solver.cxx
@@ -241,3 +241,5 @@ CPPUNIT_TEST_FIXTURE(SolverTest, tdf160064)
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to