summaryrefslogtreecommitdiff
path: root/svx/source/form/typemap.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 00:21:50 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 00:21:50 +0000
commit3fd6a5192f88fa9db4be688d68c57b2c0ade0a22 (patch)
tree636083cd3247fb6f780df3b4155a8e2cc1710220 /svx/source/form/typemap.cxx
parentc720e6feb23d403f02e3ce5f3c84e38b48372384 (diff)
INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED
2008/04/01 15:51:04 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:55 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:03 rt 1.7.368.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/form/typemap.cxx')
-rw-r--r--svx/source/form/typemap.cxx93
1 files changed, 18 insertions, 75 deletions
diff --git a/svx/source/form/typemap.cxx b/svx/source/form/typemap.cxx
index 8b4cdce070fd..5ef0c3f5c447 100644
--- a/svx/source/form/typemap.cxx
+++ b/svx/source/form/typemap.cxx
@@ -1,120 +1,63 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: typemap.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.7 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:19:15 $
+ * $RCSfile: typemap.cxx,v $
+ * $Revision: 1.8 $
*
- * 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_svx.hxx"
-
-#ifndef _SFX_OBJITEM_HXX //autogen
#include <sfx2/objitem.hxx>
-#endif
-#ifndef _SFXMSG_HXX //autogen
#include <sfx2/msg.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX //autogen
#include <svtools/stritem.hxx>
-#endif
-#ifndef _SFXINTITEM_HXX //autogen
#include <svtools/intitem.hxx>
-#endif
-
-#ifndef _SVX_WGHTITEM_HXX
#include <svx/wghtitem.hxx>
-#endif
-#ifndef _SVX_UDLNITEM_HXX
#include <svx/udlnitem.hxx>
-#endif
-#ifndef _SVX_CRSDITEM_HXX
#include <svx/crsditem.hxx>
-#endif
-#ifndef _SVX_ITEM_HXX
#include <svx/cntritem.hxx>
-#endif
-#ifndef _SVX_SHDDITEM_HXX
#include <svx/shdditem.hxx>
-#endif
-#ifndef _SVX_POSTITEM_HXX
#include <svx/postitem.hxx>
-#endif
#ifndef _SVX_CLIPBOARDCTL_HXX_
#include "clipfmtitem.hxx"
#endif
-#ifndef _SVX_FHGTITEM_HXX
#include <svx/fhgtitem.hxx>
-#endif
-#ifndef _SVX_FONTITEM_HXX
#include "fontitem.hxx"
-#endif
-#ifndef _SVX_CHARRELIEFITEM_HXX
#include <svx/charreliefitem.hxx>
-#endif
-#ifndef _SVX_ESCPITEM_HXX
#include <svx/escpitem.hxx>
-#endif
-#ifndef _SVX_COLRITEM_HXX
#include <svx/colritem.hxx>
-#endif
-#ifndef _SVX_WRLMITEM_HXX
#include <svx/wrlmitem.hxx>
-#endif
-#ifndef _SVX_CHARSCALEITEM_HXX
#include <svx/charscaleitem.hxx>
-#endif
-#ifndef _SVX_AKRNITEM_HXX
#include <svx/akrnitem.hxx>
-#endif
-#ifndef _SVX_ULSPITEM_HXX
#include <svx/ulspitem.hxx>
-#endif
-#ifndef _SVX_LRSPITEM_HXX
#include <svx/lrspitem.hxx>
-#endif
-#ifndef _SVX_LSPCITEM_HXX
#include <svx/lspcitem.hxx>
-#endif
-#ifndef _SVX_LANGITEM_HXX
#include <svx/langitem.hxx>
-#endif
-#ifndef _SVX_KERNITEM_HXX
#include <svx/kernitem.hxx>
-#endif
-#ifndef _SVX_TSPTITEM_HXX
#include <svx/tstpitem.hxx>
-#endif
-#ifndef _SVX_ADJITEM_HXX
#include <svx/adjitem.hxx>
-#endif
#ifndef _SVX_EMPHITEM_HXX
#include <svx/emphitem.hxx>
#endif