sc/source/filter/excel/xeextlst.cxx | 11 +++++++++++ sc/source/filter/inc/xeextlst.hxx | 11 ++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-)
New commits: commit a2cc10e02375aebd32ba0df49d83ee01235a709b Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu Aug 23 16:03:38 2012 +0200 add missing licence header diff --git a/sc/source/filter/excel/xeextlst.cxx b/sc/source/filter/excel/xeextlst.cxx index 6155645..32041c5 100644 --- a/sc/source/filter/excel/xeextlst.cxx +++ b/sc/source/filter/excel/xeextlst.cxx @@ -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 "xeextlst.hxx" #include "xeroot.hxx" #include "xehelper.hxx" @@ -244,3 +253,5 @@ XclExpExtRef XclExtLst::GetItem( XclExpExtType eType ) return XclExpExtRef(); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/filter/inc/xeextlst.hxx b/sc/source/filter/inc/xeextlst.hxx index 57b2efe..6ce7b70 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: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits