summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xeextlst.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-23 16:03:38 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-23 16:04:45 +0200
commita2cc10e02375aebd32ba0df49d83ee01235a709b (patch)
tree9a7afe10bea137e19b6e492bc76d830e448ce305 /sc/source/filter/inc/xeextlst.hxx
parent7b4394f35b3557ffe61c8e9b0f0b630b31ca0977 (diff)
add missing licence header
Diffstat (limited to 'sc/source/filter/inc/xeextlst.hxx')
-rw-r--r--sc/source/filter/inc/xeextlst.hxx11
1 files changed, 10 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xeextlst.hxx b/sc/source/filter/inc/xeextlst.hxx
index 57b2efed3dfc..6ce7b703187e 100644
--- a/sc/source/filter/inc/xeextlst.hxx
+++ b/sc/source/filter/inc/xeextlst.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/.
+ */
+
#ifndef SC_EXCEL_EXTLST_HXX
#define SC_EXCEL_EXTLST_HXX
@@ -136,4 +145,4 @@ typedef boost::shared_ptr< XclExtLst > XclExtLstRef;
#endif
-
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */