summaryrefslogtreecommitdiff
path: root/sw/source/core/swg
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 14:07:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 14:07:33 +0000
commit1e47a41b62a960eb8b173c1e38262743651956e8 (patch)
treedfd6629d8888716e7bb701df1848a48e282b0e34 /sw/source/core/swg
parent20286a223cd2154bcbae7da1ccdd940f7f3b706b (diff)
INTEGRATION: CWS changefileheader (1.24.242); FILE MERGED
2008/04/01 15:57:23 thb 1.24.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:19 thb 1.24.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.24.242.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/core/swg')
-rw-r--r--sw/source/core/swg/swblocks.cxx75
1 files changed, 19 insertions, 56 deletions
diff --git a/sw/source/core/swg/swblocks.cxx b/sw/source/core/swg/swblocks.cxx
index a1795d4af1..9dae3794ba 100644
--- a/sw/source/core/swg/swblocks.cxx
+++ b/sw/source/core/swg/swblocks.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: swblocks.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.24 $
+ * $RCSfile: swblocks.cxx,v $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 09:10:26 $
+ * 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,64 +32,32 @@
#include "precompiled_sw.hxx"
-
-#ifndef _SFX_DOCFILT_HACK_HXX //autogen
#include <sfx2/docfilt.hxx>
-#endif
#include <sot/storage.hxx>
-#ifndef _URLOBJ_HXX
#include <tools/urlobj.hxx>
-#endif
#ifndef SVTOOLS_FSTATHELPER_HXX
#include <svtools/fstathelper.hxx>
#endif
-#ifndef _SFXMACITEM_HXX
#include <svtools/macitem.hxx>
-#endif
-#ifndef _UNOTOOLS_CHARCLASS_HXX
#include <unotools/charclass.hxx>
-#endif
-
-#ifndef _FRMFMT_HXX //autogen
#include <frmfmt.hxx>
-#endif
-#ifndef _DOC_HXX
#include <doc.hxx>
-#endif
-#ifndef _DOCARY_HXX
#include <docary.hxx>
-#endif
-#ifndef _PAM_HXX
#include <pam.hxx>
-#endif
-#ifndef _SHELLIO_HXX
#include <shellio.hxx>
-#endif
-#ifndef _SWBLOCKS_HXX
#include <swblocks.hxx>
-#endif
-#ifndef _NDTXT_HXX
#include <ndtxt.hxx>
-#endif
-#ifndef _MDIEXP_HXX
#include <mdiexp.hxx> // Progress
-#endif
-#ifndef _SW_XMLTEXTBLOCKS_HXX
#include <SwXMLTextBlocks.hxx>
-#endif
#ifndef _DOCSH_HXX
#include <docsh.hxx>
#endif
-#ifndef _SWUNOHELPER_HXX
#include <swunohelper.hxx>
-#endif
#ifndef _STATSTR_HRC
#include <statstr.hrc>
#endif
-#ifndef _SWSWERROR_H
#include <swerror.h>
-#endif
SV_IMPL_OP_PTRARR_SORT( SwBlockNames, SwBlockName* );