diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 12:24:50 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 12:24:50 +0000 |
commit | 95db74f469841006df5a1a3068b0a0fe25b0c6ae (patch) | |
tree | d30ebcea2aef6929fcd96eb6fd632b273dd3843a /sw/source/core/doc/ftnidx.cxx | |
parent | 7f31962e232ed235655a00c7719285a9d1e216a8 (diff) |
INTEGRATION: CWS changefileheader (1.9.240); FILE MERGED
2008/04/01 12:53:57 thb 1.9.240.2: #i85898# Stripping all external header guards
2008/03/31 16:53:48 rt 1.9.240.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/core/doc/ftnidx.cxx')
-rw-r--r-- | sw/source/core/doc/ftnidx.cxx | 63 |
1 files changed, 19 insertions, 44 deletions
diff --git a/sw/source/core/doc/ftnidx.cxx b/sw/source/core/doc/ftnidx.cxx index 15cc044e53..8414fde0be 100644 --- a/sw/source/core/doc/ftnidx.cxx +++ b/sw/source/core/doc/ftnidx.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. * - * $RCSfile: ftnidx.cxx,v $ + * OpenOffice.org - a multi-platform office productivity suite * - * $Revision: 1.9 $ + * $RCSfile: ftnidx.cxx,v $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2007-09-27 08:37:55 $ + * This file is part of OpenOffice.org. * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. * ************************************************************************/ @@ -37,36 +32,16 @@ #include "precompiled_sw.hxx" -#ifndef _TXTFTN_HXX #include <txtftn.hxx> -#endif -#ifndef _FMTFTN_HXX #include <fmtftn.hxx> -#endif -#ifndef _FTNINFO_HXX #include <ftninfo.hxx> -#endif -#ifndef _DOC_HXX #include <doc.hxx> -#endif -#ifndef _FTNIDX_HXX #include <ftnidx.hxx> -#endif -#ifndef _NDTXT_HXX #include <ndtxt.hxx> -#endif -#ifndef _NDINDEX_HXX #include <ndindex.hxx> -#endif -#ifndef _SECTION_HXX #include <section.hxx> -#endif -#ifndef _FMTFTNTX_HXX #include <fmtftntx.hxx> -#endif -#ifndef _ROOTFRM_HXX #include <rootfrm.hxx> -#endif _SV_IMPL_SORTAR_ALG( _SwFtnIdxs, SwTxtFtnPtr ) |