summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 20:57:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 20:57:40 +0000
commit0b43fc788be75f272c3e27ce86270e779fe5117d (patch)
tree000a1ffabe48c09a035a72640af9eac3ed0603ec /xmloff/source/draw
parenta1fabd0aac32ba2c8e9393ee15f2d36a710bf262 (diff)
INTEGRATION: CWS changefileheader (1.52.18); FILE MERGED
2008/04/01 16:09:44 thb 1.52.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:47 thb 1.52.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:09 rt 1.52.18.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r--xmloff/source/draw/ximpstyl.cxx97
1 files changed, 19 insertions, 78 deletions
diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx
index 872092db33..fe80697387 100644
--- a/xmloff/source/draw/ximpstyl.cxx
+++ b/xmloff/source/draw/ximpstyl.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: ximpstyl.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.52 $
+ * $RCSfile: ximpstyl.cxx,v $
+ * $Revision: 1.53 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 10:39:37 $
+ * 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,34 +32,13 @@
#include "precompiled_xmloff.hxx"
-
-#ifndef _XIMPSTYLE_HXX
#include "ximpstyl.hxx"
-#endif
-
-#ifndef _XMLOFF_XMLSHAPESTYLECONTEXT_HXX
#include <xmloff/XMLShapeStyleContext.hxx>
-#endif
-
-#ifndef _XMLOFF_XMLNMSPE_HXX
#include "xmlnmspe.hxx"
-#endif
-
-#ifndef _XMLOFF_XMLTOKEN_HXX
#include <xmloff/xmltoken.hxx>
-#endif
-
-#ifndef _XMLOFF_XMLUCONV_HXX
#include <xmloff/xmluconv.hxx>
-#endif
-
-#ifndef _XIMPNOTES_HXX
#include "ximpnote.hxx"
-#endif
-
-#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
-#endif
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
@@ -74,50 +48,17 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/presentation/XHandoutMasterSupplier.hpp>
-
-#ifndef _COMPHELPER_NAMECONTAINER_HXX_
#include <comphelper/namecontainer.hxx>
-#endif
-
-#ifndef _XMLOFF_XMLPROPERTYSETCONTEXT_HXX
#include <xmloff/xmlprcon.hxx>
-#endif
-
-#ifndef _XMLOFF_FAMILIES_HXX_
#include <xmloff/families.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
#include <com/sun/star/container/XNameContainer.hpp>
-#endif
-
-#ifndef _ZFORLIST_HXX
#include <svtools/zforlist.hxx>
-#endif
-
-#ifndef _XMLOFF_PROPERTYSETMERGER_HXX_
#include "PropertySetMerger.hxx"
-#endif
-
-#ifndef _SDPROPLS_HXX
#include "sdpropls.hxx"
-#endif
-
-#ifndef _XMLOFF_LAYERIMP_HXX
#include "layerimp.hxx"
-#endif
-
-#ifndef _XMLOFF_XMLGRAPHICSDEFAULTSTYLE_HXX
#include <xmloff/XMLGraphicsDefaultStyle.hxx>
-#endif
-
-#ifndef _XMLOFF_NUMBERSTYLESIMPORT_HXX
#include "XMLNumberStylesImport.hxx"
-#endif
-
-#ifndef _XMLOFF_XMLERROR_HXX
#include "xmlerror.hxx"
-#endif
using ::rtl::OUString;
using ::rtl::OUStringBuffer;