Skip to content

Commit 8c03c98

Browse files
vmikloscaolanm
authored andcommitted
sd, SlideTransitionsToolBoxControl: add missing headers/footers
Missed in commit bb3316d (notebookbar: move slide transition pane, 2025-09-15). (cherry picked from commit dc8fc20) Change-Id: Ic8630fcb03226784deda73a9cba94362e5fa5133 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191069 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]>
1 parent dc17329 commit 8c03c98

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

sd/source/ui/controller/SlideTransitionsToolBoxControl.cxx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2+
/*
3+
* This file is part of the LibreOffice project.
4+
*
5+
* This Source Code Form is subject to the terms of the Mozilla Public
6+
* License, v. 2.0. If a copy of the MPL was not distributed with this
7+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
*/
9+
110
#include <cppuhelper/supportsservice.hxx>
211
#include <vcl/svapp.hxx>
312
#include <toolkit/helper/vclunohelper.hxx>
@@ -108,3 +117,5 @@ void SlideTransitionsPaneWrapper::dispose()
108117
m_xTransitionPane.reset();
109118
InterimItemWindow::dispose();
110119
}
120+
121+
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */

sd/source/ui/controller/SlideTransitionsToolBoxControl.hxx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2+
/*
3+
* This file is part of the LibreOffice project.
4+
*
5+
* This Source Code Form is subject to the terms of the Mozilla Public
6+
* License, v. 2.0. If a copy of the MPL was not distributed with this
7+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
*/
9+
110
#include <svtools/toolboxcontroller.hxx>
211
#include <com/sun/star/lang/XServiceInfo.hpp>
312
#include <vcl/vclptr.hxx>
@@ -48,3 +57,5 @@ public:
4857
virtual sal_Bool SAL_CALL supportsService(const OUString& rServiceName) override;
4958
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
5059
};
60+
61+
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */

0 commit comments

Comments
 (0)