summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 19:44:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 19:44:13 +0000
commit2f6c565f3432ff61878fe2757e4eb072bd65a867 (patch)
tree76df03f0aed0bad867ca227db525e39f2fc379c8 /chart2/source/controller/itemsetwrapper
parentd93af39f0a51f69a6086d96e5a071ca9937ea4f1 (diff)
INTEGRATION: CWS changefileheader (1.12.70); FILE MERGED
2008/04/01 15:04:09 thb 1.12.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.12.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:47 rt 1.12.70.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'chart2/source/controller/itemsetwrapper')
-rw-r--r--chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx79
1 files changed, 18 insertions, 61 deletions
diff --git a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
index d493beac5566..52c250b03d4f 100644
--- a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: GraphicPropertyItemConverter.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.12 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: vg $ $Date: 2007-09-18 14:55:54 $
+ * $RCSfile: GraphicPropertyItemConverter.cxx,v $
+ * $Revision: 1.13 $
*
- * 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.
*
************************************************************************/
@@ -45,64 +40,26 @@
// #ifndef _SFXINTITEM_HXX
// #include <svtools/intitem.hxx>
// #endif
-#ifndef _SVX_XFLCLIT_HXX
#include <svx/xflclit.hxx>
-#endif
-#ifndef _SVX_XLNCLIT_HXX
#include <svx/xlnclit.hxx>
-#endif
-#ifndef _SVX_XFLBMTIT_HXX
#include <svx/xflbmtit.hxx>
-#endif
-#ifndef _SVX_XFLBSTIT_HXX
#include <svx/xflbstit.hxx>
-#endif
-#ifndef _SVX_XBTMPIT_HXX
#include <svx/xbtmpit.hxx>
-#endif
-#ifndef _SVX_XFLFTRIT_HXX
#include <svx/xflftrit.hxx>
-#endif
-#ifndef _SVX_XLNDSIT_HXX
#include <svx/xlndsit.hxx>
-#endif
-#ifndef _SVX_XFLHTIT_HXX
#include <svx/xflhtit.hxx>
-#endif
-#ifndef _SVX_XFLGRIT_HXX
#include <svx/xflgrit.hxx>
-#endif
-#ifndef _SVX_XFLTRIT_HXX
#include <svx/xfltrit.hxx>
-#endif
-#ifndef _SVX_XLNTRIT_HXX
#include <svx/xlntrit.hxx>
-#endif
-
-#ifndef _EEITEM_HXX
#include <svx/eeitem.hxx>
-#endif
// for SfxBoolItem
-#ifndef _SFXENUMITEM_HXX
#include <svtools/eitem.hxx>
-#endif
// for XFillGradientStepCountItem
-#ifndef _SVX_XGRSCIT_HXX
#include <svx/xgrscit.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSTATE_HPP_
#include <com/sun/star/beans/XPropertyState.hpp>
-#endif
-#ifndef _COM_SUN_STAR_CHART2_FILLBITMAP_HPP_
#include <com/sun/star/chart2/FillBitmap.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_GRADIENT_HPP_
#include <com/sun/star/awt/Gradient.hpp>
-#endif
-#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
#include <com/sun/star/container/XNameAccess.hpp>
-#endif
using namespace ::com::sun::star;