vcl/qt6/QtInstanceBuilder.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d366b2b6d94be876ea1a9900ec8ba44bd241e4df Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Wed Nov 13 16:39:37 2024 +0200 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Wed Nov 13 17:13:52 2024 +0100 Update modeline in license header and vim footer per the current template in TEMPLATE.SOURCECODE.HEADER Change-Id: I06b36a22d0a62c46e0e0c99f27e1035e9f24e1a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176549 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Tested-by: Jenkins diff --git a/vcl/qt6/QtInstanceBuilder.cxx b/vcl/qt6/QtInstanceBuilder.cxx index 37516a3ec3f6..1f32411a5e62 100644 --- a/vcl/qt6/QtInstanceBuilder.cxx +++ b/vcl/qt6/QtInstanceBuilder.cxx @@ -1,4 +1,4 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * This file is part of the LibreOffice project. * @@ -9,4 +9,4 @@ #include "../qt5/QtInstanceBuilder.cxx" -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */