[Libreoffice-commits] core.git: svx/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 16 09:05:04 UTC 2021


 svx/source/sidebar/styles/StylesPropertyPanel.cxx |    9 +++++++++
 svx/source/sidebar/styles/StylesPropertyPanel.hxx |    9 +++++++++
 2 files changed, 18 insertions(+)

New commits:
commit bdf7c31defeaf91a4f35d3b3d8eba4e5fbe66937
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Feb 15 16:20:41 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Feb 16 10:04:26 2021 +0100

    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 at redhat.com>

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: */


More information about the Libreoffice-commits mailing list