diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:47:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:47:37 +0000 |
commit | bd9055c76fe52b455f9de4932e60fea4608aaab6 (patch) | |
tree | ba70f993687027701b4a185e0d786865c1982e4d /svx/source/customshapes/EnhancedCustomShape2d.cxx | |
parent | e9f87b069d8a18a965d4ffa85adefeed40fd077a (diff) |
INTEGRATION: CWS changefileheader (1.30.16); FILE MERGED
2008/04/01 15:50:10 thb 1.30.16.3: #i85898# Stripping all external header guards
2008/04/01 12:48:01 thb 1.30.16.2: #i85898# Stripping all external header guards
2008/03/31 14:19:16 rt 1.30.16.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShape2d.cxx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShape2d.cxx | 99 |
1 files changed, 18 insertions, 81 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx index 40a33dd55294..d8ccdb86af65 100644 --- a/svx/source/customshapes/EnhancedCustomShape2d.cxx +++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx @@ -1,137 +1,74 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: EnhancedCustomShape2d.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.30 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: vg $ $Date: 2008-03-18 23:41:37 $ + * $RCSfile: EnhancedCustomShape2d.cxx,v $ + * $Revision: 1.31 $ * - * 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 _ENHANCEDCUSTOMSHAPE2D_HXX #include "EnhancedCustomShape2d.hxx" -#endif -#ifndef _ENHANCEDCUSTOMSHAPEGEOMETRY_HXX #include "EnhancedCustomShapeGeometry.hxx" -#endif -#ifndef _ENHANCED_CUSTOMSHAPE_TYPE_NAMES_HXX #include "EnhancedCustomShapeTypeNames.hxx" -#endif -#ifndef _ENHANCEDCUSTOMSHAPEFUNCTIONPARSER_HXX #include "EnhancedCustomShapeFunctionParser.hxx" -#endif -#ifndef _SVDOASHP_HXX #include <svx/svdoashp.hxx> -#endif -#ifndef _SVDTRANS_HXX #include <svx/svdtrans.hxx> -#endif -#ifndef _SVDOCIRC_HXX #include <svx/svdocirc.hxx> -#endif -#ifndef _SVDOGRP_HXX #include <svx/svdogrp.hxx> -#endif -#ifndef _SVDOPATH_HXX #include <svx/svdopath.hxx> -#endif #ifndef _SVDOCAPT_HXX #include <svx/svdocapt.hxx> #endif -#ifndef _SVDPAGE_HXX #include <svx/svdpage.hxx> -#endif -#ifndef _SVX_XFLCLIT_HXX #include <svx/xflclit.hxx> -#endif -#ifndef _SDASAITM_HXX #include <svx/sdasaitm.hxx> -#endif -#ifndef _SVDMODEL_HXX #include <svx/svdmodel.hxx> -#endif -#ifndef _XOUTX_HXX #include <svx/xoutx.hxx> -#endif -#ifndef _RTL_CRC_H_ #include <rtl/crc.h> -#endif -#ifndef INCLUDED_RTL_MATH_HXX #include <rtl/math.hxx> -#endif - -#ifndef SVX_XFILLIT0_HXX #include <svx/xfillit0.hxx> -#endif -#ifndef _SVX_XLNSTIT_HXX #include <svx/xlnstit.hxx> -#endif -#ifndef _SVX_XLNEDIT_HXX #include <svx/xlnedit.hxx> -#endif -#ifndef _SVX_XLNSTWIT_HXX #include <svx/xlnstwit.hxx> -#endif -#ifndef _SVX_XLNEDWIT_HXX #include <svx/xlnedwit.hxx> -#endif -#ifndef _SVX_XLNSTCIT_HXX #include <svx/xlnstcit.hxx> -#endif -#ifndef _SVX_XLNEDCIT_HXX #include <svx/xlnedcit.hxx> -#endif -#ifndef _COM_SUN_STAR_AWT_SIZE_HPP_ #include <com/sun/star/awt/Size.hpp> -#endif -#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERTYPE_HPP_ #include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp> -#endif #ifndef __COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPESEGMENTCOMMAND_HPP__ #include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp> #endif #ifndef BOOST_SHARED_PTR_HPP_INCLUDED #include <boost/shared_ptr.hpp> #endif -#ifndef _BGFX_NUMERIC_FTOOLS_HXX #include <basegfx/numeric/ftools.hxx> -#endif - -#ifndef _BGFX_POLYGON_B2DPOLYGON_HXX #include <basegfx/polygon/b2dpolygon.hxx> -#endif // #i76201# -#ifndef _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX #include <basegfx/polygon/b2dpolygontools.hxx> -#endif #include <math.h> |