sd/source/ui/controller/SlideTransitionsToolBoxControl.cxx | 11 +++++++++++ sd/source/ui/controller/SlideTransitionsToolBoxControl.hxx | 11 +++++++++++ 2 files changed, 22 insertions(+)
New commits: commit 8c03c9866c330d461a355789c8dd23ef0dadf5fc Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Tue Sep 16 09:37:15 2025 +0200 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Wed Sep 17 15:57:53 2025 +0200 sd, SlideTransitionsToolBoxControl: add missing headers/footers Missed in commit bb3316dfadd903afa090107ffbdf8f9ae4d7275b (notebookbar: move slide transition pane, 2025-09-15). (cherry picked from commit dc8fc20059ec3abda91e4025c34856e41cf36edd) Change-Id: Ic8630fcb03226784deda73a9cba94362e5fa5133 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191069 Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> diff --git a/sd/source/ui/controller/SlideTransitionsToolBoxControl.cxx b/sd/source/ui/controller/SlideTransitionsToolBoxControl.cxx index fffdebb64d72..1bc1d04ed30a 100644 --- a/sd/source/ui/controller/SlideTransitionsToolBoxControl.cxx +++ b/sd/source/ui/controller/SlideTransitionsToolBoxControl.cxx @@ -1,3 +1,12 @@ +/* -*- 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 <cppuhelper/supportsservice.hxx> #include <vcl/svapp.hxx> #include <toolkit/helper/vclunohelper.hxx> @@ -108,3 +117,5 @@ void SlideTransitionsPaneWrapper::dispose() m_xTransitionPane.reset(); InterimItemWindow::dispose(); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ diff --git a/sd/source/ui/controller/SlideTransitionsToolBoxControl.hxx b/sd/source/ui/controller/SlideTransitionsToolBoxControl.hxx index 0aa58a642087..b7e78dcf9ce5 100644 --- a/sd/source/ui/controller/SlideTransitionsToolBoxControl.hxx +++ b/sd/source/ui/controller/SlideTransitionsToolBoxControl.hxx @@ -1,3 +1,12 @@ +/* -*- 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 <svtools/toolboxcontroller.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <vcl/vclptr.hxx> @@ -48,3 +57,5 @@ public: virtual sal_Bool SAL_CALL supportsService(const OUString& rServiceName) override; virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */