diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-15 16:20:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-16 10:04:26 +0100 |
commit | bdf7c31defeaf91a4f35d3b3d8eba4e5fbe66937 (patch) | |
tree | 3192a7c0b6205e9ad0320344167fa61d72aba304 /svx/source/sidebar | |
parent | 66da7cd0a52532d6e73eb2cde78ca369917ab01a (diff) |
missing license and modelines
Change-Id: I658cdaa63065298b129c37d294c03a9385b4acb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110942
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/sidebar')
-rw-r--r-- | svx/source/sidebar/styles/StylesPropertyPanel.cxx | 9 | ||||
-rw-r--r-- | svx/source/sidebar/styles/StylesPropertyPanel.hxx | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/svx/source/sidebar/styles/StylesPropertyPanel.cxx b/svx/source/sidebar/styles/StylesPropertyPanel.cxx index a583e0603f67..7e23e090fbd3 100644 --- a/svx/source/sidebar/styles/StylesPropertyPanel.cxx +++ b/svx/source/sidebar/styles/StylesPropertyPanel.cxx @@ -1,3 +1,11 @@ +/* -*- 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 <sal/config.h> #include <com/sun/star/lang/IllegalArgumentException.hpp> @@ -51,3 +59,4 @@ void StylesPropertyPanel::DataChanged( const DataChangedEvent& /*rEvent*/) } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ diff --git a/svx/source/sidebar/styles/StylesPropertyPanel.hxx b/svx/source/sidebar/styles/StylesPropertyPanel.hxx index f9dd6b1747e9..3dd5fb5c3725 100644 --- a/svx/source/sidebar/styles/StylesPropertyPanel.hxx +++ b/svx/source/sidebar/styles/StylesPropertyPanel.hxx @@ -1,3 +1,11 @@ +/* -*- 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/. + */ #pragma once #include <sfx2/sidebar/PanelLayout.hxx> @@ -32,3 +40,4 @@ public: }; } //end of namespace svx::sidebar +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |