vcl/source/control/hyperlabel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 90b2fd021247cfb1e737f4a189dfbda2729ff76f Author: Christopher Sherlock <chris.sherloc...@gmail.com> AuthorDate: Sat Feb 15 13:56:28 2025 +1100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Mon Feb 17 08:38:47 2025 +0100 vcl: fix modelines in vcl/source/control/hyperlabel.cxx Change-Id: Idf755506ce2dbe19427dcc042d502e09f8f6357a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181689 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/source/control/hyperlabel.cxx b/vcl/source/control/hyperlabel.cxx index 5d7a642dbd89..94665ba653f6 100644 --- a/vcl/source/control/hyperlabel.cxx +++ b/vcl/source/control/hyperlabel.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. * @@ -167,4 +167,4 @@ namespace vcl } // namespace vcl -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */