summaryrefslogtreecommitdiff
path: root/sw/source/core/objectpositioning
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 13:59:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 13:59:48 +0000
commit7c66c33026e420665b503afc7075fddd45438220 (patch)
tree8acf5890a112beeed2a79401c1dbdfd0bce1892b /sw/source/core/objectpositioning
parent20b1417dad1b3df4fcbbf2da06ced5c300e9e92b (diff)
INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED
2008/04/01 15:57:21 thb 1.21.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:17 thb 1.21.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:34 rt 1.21.242.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/core/objectpositioning')
-rw-r--r--sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx79
1 files changed, 18 insertions, 61 deletions
diff --git a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx
index 0ebe2dcc5a53..9a4dba017cc9 100644
--- a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx
+++ b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx
@@ -1,105 +1,62 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: tocntntanchoredobjectposition.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.21 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: hr $ $Date: 2007-09-27 09:08:10 $
+ * $RCSfile: tocntntanchoredobjectposition.cxx,v $
+ * $Revision: 1.22 $
*
- * 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 _TOCNTNTANCHOREDOBJECTPOSITION_HXX
#include <tocntntanchoredobjectposition.hxx>
-#endif
-#ifndef _ANCHOREDOBJECT_HXX
#include <anchoredobject.hxx>
-#endif
-#ifndef _FRAME_HXX
#include <frame.hxx>
-#endif
-#ifndef _TXTFRM_HXX
#include <txtfrm.hxx>
-#endif
-#ifndef _PAGEFRM_HXX
#include <pagefrm.hxx>
-#endif
-#ifndef _SECTFRM_HXX
#include <sectfrm.hxx>
-#endif
// --> OD 2004-10-15 #i26945#
-#ifndef _TABFRM_HXX
#include <tabfrm.hxx>
-#endif
// <--
-#ifndef _FRMFMT_HXX
#include <frmfmt.hxx>
-#endif
-#ifndef IDOCUMENTSETTINGACCESS_HXX_INCLUDED
#include <IDocumentSettingAccess.hxx>
-#endif
-#ifndef _FMTSRND_HXX
#include <fmtsrnd.hxx>
-#endif
-#ifndef _FMTFSIZE_HXX
#include <fmtfsize.hxx>
-#endif
-#ifndef _FMTANCHR_HXX
#include <fmtanchr.hxx>
-#endif
-#ifndef _FMTORNT_HXX
#include <fmtornt.hxx>
-#endif
-#ifndef _SVX_LRSPITEM_HXX
#include <svx/lrspitem.hxx>
-#endif
-#ifndef _SVX_ULSPITEM_HXX
#include <svx/ulspitem.hxx>
-#endif
#ifndef _SVX_SVDOBJ_HXX
#include <svx/svdobj.hxx>
#endif
-#ifndef _PAM_HXX
#include <pam.hxx>
-#endif
#ifndef _ENVIRONMENTOFANCHOREDOBJECT
#include <environmentofanchoredobject.hxx>
#endif
-#ifndef _FRMTOOL_HXX
#include <frmtool.hxx>
-#endif
-#ifndef _NDTXT_HXX
#include <ndtxt.hxx>
-#endif
-#ifndef _DFLYOBJ_HXX
#include <dflyobj.hxx>
-#endif
using namespace objectpositioning;
using namespace ::com::sun::star;