diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 01:57:29 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 01:57:29 +0000 |
commit | feb7e0c87f78b2e80bf3a7cc18347fe386fbdaf0 (patch) | |
tree | e940598368cdb59fe89c3c57beed56e5c4d734a9 /svx/source | |
parent | c334151a913264b580cdf1b05593482f39ee3099 (diff) |
INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED
2008/04/01 15:51:37 thb 1.18.368.3: #i85898# Stripping all external header guards
2008/04/01 12:49:53 thb 1.18.368.2: #i85898# Stripping all external header guards
2008/03/31 14:23:29 rt 1.18.368.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svdfmtf.cxx | 104 |
1 files changed, 18 insertions, 86 deletions
diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx index 73008d44ce39..38d57bf837dc 100644 --- a/svx/source/svdraw/svdfmtf.cxx +++ b/svx/source/svdraw/svdfmtf.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: svdfmtf.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.18 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: hr $ $Date: 2007-06-27 19:00:59 $ + * $RCSfile: svdfmtf.cxx,v $ + * $Revision: 1.19 $ * - * 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. * ************************************************************************/ @@ -40,80 +35,28 @@ #include <svx/editdata.hxx> #include <math.h> #include <svx/xpoly.hxx> - -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _EEITEM_HXX #include <svx/eeitem.hxx> -#endif -#ifndef _SVX_FHGTITEM_HXX //autogen #include <svx/fhgtitem.hxx> -#endif - -#ifndef _SVX_WGHTITEM_HXX //autogen #include <svx/wghtitem.hxx> -#endif - -#ifndef _SVX_POSTITEM_HXX //autogen #include <svx/postitem.hxx> -#endif - -#ifndef _SVX_UDLNITEM_HXX //autogen #include <svx/udlnitem.hxx> -#endif - -#ifndef _SVX_CRSDITEM_HXX //autogen #include <svx/crsditem.hxx> -#endif - -#ifndef _SVX_SHDDITEM_HXX //autogen #include <svx/shdditem.hxx> -#endif - -#ifndef _SVX_XLNCLIT_HXX //autogen #include <svx/xlnclit.hxx> -#endif - -#ifndef _SVX_XLNWTIT_HXX //autogen #include <svx/xlnwtit.hxx> -#endif - -#ifndef _SVX_XFLCLIT_HXX //autogen #include <svx/xflclit.hxx> -#endif #ifndef _SVX_XGRAD_HXX //autogen #include <svx/xgrad.hxx> #endif - -#ifndef _SVX_XFLGRIT_HXX //autogen #include <svx/xflgrit.hxx> -#endif - -#ifndef _SVX_FONTITEM_HXX //autogen #include <fontitem.hxx> -#endif - -#ifndef _SVX_AKRNITEM_HXX //autogen #include <svx/akrnitem.hxx> -#endif - -#ifndef _SVX_WRLMITEM_HXX //autogen #include <svx/wrlmitem.hxx> -#endif - -#ifndef _SVX_ITEM_HXX //autogen #include <svx/cntritem.hxx> -#endif - -#ifndef _SVX_COLRITEM_HXX //autogen #include <svx/colritem.hxx> -#endif - -#ifndef _SV_METRIC_HXX //autogen #include <vcl/metric.hxx> -#endif #include <svx/charscaleitem.hxx> @@ -129,23 +72,12 @@ #include <svx/svdograf.hxx> #include <svx/svdopath.hxx> #include <svx/svdetc.hxx> - -#ifndef _SFXITEMSET_HXX #include <svtools/itemset.hxx> -#endif - -#ifndef _BGFX_POLYGON_B2DPOLYGON_HXX #include <basegfx/polygon/b2dpolygon.hxx> -#endif - -#ifndef _SV_SALBTYPE_HXX #include <vcl/salbtype.hxx> // FRound -#endif // #i73407# -#ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX #include <basegfx/matrix/b2dhommatrix.hxx> -#endif //////////////////////////////////////////////////////////////////////////////////////////////////// |