From 1ae1bca7e6108081b16c9bedd1078e6c8ba34bf6 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 9 Oct 2012 06:34:18 +0200 Subject: forgot the licence header Change-Id: I85e58c241a3acd1caf949d4314ca9a05a5e51379 --- sc/source/ui/inc/condformatdlgentry.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sc/source/ui/inc/condformatdlgentry.hxx') diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx index 94722d040d76..b0051ad10837 100644 --- a/sc/source/ui/inc/condformatdlgentry.hxx +++ b/sc/source/ui/inc/condformatdlgentry.hxx @@ -1,3 +1,12 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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 "colorscale.hxx" #include "conditio.hxx" @@ -199,3 +208,4 @@ public: virtual condformat::entry::ScCondFrmtEntryType GetType() { return condformat::entry::DATABAR; } }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit