summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlgentry.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-09 06:34:18 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-09 06:34:52 +0200
commit1ae1bca7e6108081b16c9bedd1078e6c8ba34bf6 (patch)
tree8503c0b1e3430e8625e3798e3b3a695638334384 /sc/source/ui/inc/condformatdlgentry.hxx
parent937cee757ea243a18ea03b4d3e8662524a8ff090 (diff)
forgot the licence header
Change-Id: I85e58c241a3acd1caf949d4314ca9a05a5e51379
Diffstat (limited to 'sc/source/ui/inc/condformatdlgentry.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlgentry.hxx10
1 files changed, 10 insertions, 0 deletions
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: */