vcl/inc/qt6/QtSpinBox.hxx | 12 ------------ 1 file changed, 12 deletions(-)
New commits: commit ff3d9ab6ecda2a1b8a3e7d39865cf0dbde916df6 Author: Michael Weghorn <[email protected]> AuthorDate: Thu Nov 28 09:13:57 2024 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Thu Nov 28 10:45:08 2024 +0100 tdf#130857 qt weld: Drop unused header Change-Id: I93571abf7f056f51039672d03a7bcfc1d6bb6dea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177465 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/vcl/inc/qt6/QtSpinBox.hxx b/vcl/inc/qt6/QtSpinBox.hxx deleted file mode 100644 index e86440d8d17c..000000000000 --- a/vcl/inc/qt6/QtSpinBox.hxx +++ /dev/null @@ -1,12 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#include "../qt5/QtSpinBox.hxx" - -/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
