summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/fmtcol.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 12:24:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 12:24:33 +0000
commit11d4f631e8ba9ed715cd1aef15fbf0a19f9693ac (patch)
treef5beb8fe8ad357bb97dd187dfd531c79dcb5eaa8 /sw/source/core/doc/fmtcol.cxx
parent0678e3381e21dd497fbfc9a74c3b1c0b9971c0d2 (diff)
INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED
2008/04/01 15:56:58 thb 1.25.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.25.34.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/core/doc/fmtcol.cxx')
-rw-r--r--sw/source/core/doc/fmtcol.cxx70
1 files changed, 18 insertions, 52 deletions
diff --git a/sw/source/core/doc/fmtcol.cxx b/sw/source/core/doc/fmtcol.cxx
index 9fac2a5c8a51..6a6d5532750d 100644
--- a/sw/source/core/doc/fmtcol.cxx
+++ b/sw/source/core/doc/fmtcol.cxx
@@ -1,84 +1,50 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: fmtcol.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.25 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: kz $ $Date: 2008-03-05 16:54:41 $
+ * $RCSfile: fmtcol.cxx,v $
+ * $Revision: 1.26 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * 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.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * 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).
*
- * 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.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sw.hxx"
-
-#ifndef _HINTIDS_HXX
#include <hintids.hxx>
-#endif
-
-#ifndef _SVX_ULSPITEM_HXX //autogen
#include <svx/ulspitem.hxx>
-#endif
-#ifndef _SVX_LRSPITEM_HXX //autogen
#include <svx/lrspitem.hxx>
-#endif
-#ifndef _SVX_FHGTITEM_HXX //autogen
#include <svx/fhgtitem.hxx>
-#endif
-
-#ifndef _DOC_HXX
#include <doc.hxx> // fuer GetAttrPool
-#endif
-#ifndef _ERRHDL_HXX
#include <errhdl.hxx>
-#endif
-#ifndef _FMTCOL_HXX
#include <fmtcol.hxx>
-#endif
// --> OD 2006-11-22 #i71574#
-#ifndef _FMTCOLFUNC_HXX
#include <fmtcolfunc.hxx>
-#endif
// <--
-#ifndef _HINTS_HXX
#include <hints.hxx>
-#endif
-#ifndef _CALC_HXX
#include <calc.hxx>
-#endif
-#ifndef _NODE_HXX
#include <node.hxx>
-#endif
-#ifndef _NUMRULE_HXX
#include <numrule.hxx>
-#endif
-#ifndef _PARATR_HXX
#include <paratr.hxx>
-#endif
TYPEINIT1( SwTxtFmtColl, SwFmtColl );
TYPEINIT1( SwGrfFmtColl, SwFmtColl );