diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:47:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:47:10 +0000 |
commit | 901bce7e4bda3641c414e9726173f14b97c6f276 (patch) | |
tree | 92d801e60482a5bf68a39c4626aa401f2de17bf4 /chart2 | |
parent | 7960668a9a1fdb76ac9923686d57f11a3aa7ee9e (diff) |
INTEGRATION: CWS changefileheader (1.3.116); FILE MERGED
2008/04/01 15:04:29 thb 1.3.116.3: #i85898# Stripping all external header guards
2008/04/01 10:50:43 thb 1.3.116.2: #i85898# Stripping all external header guards
2008/03/28 16:44:48 rt 1.3.116.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/DrawModelWrapper.cxx | 75 |
1 files changed, 18 insertions, 57 deletions
diff --git a/chart2/source/view/main/DrawModelWrapper.cxx b/chart2/source/view/main/DrawModelWrapper.cxx index f438dcf1868b..494afa48c408 100644 --- a/chart2/source/view/main/DrawModelWrapper.cxx +++ b/chart2/source/view/main/DrawModelWrapper.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: DrawModelWrapper.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.3 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2007-06-11 15:04:05 $ + * $RCSfile: DrawModelWrapper.cxx,v $ + * $Revision: 1.4 $ * - * 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. * ************************************************************************/ @@ -41,73 +36,39 @@ #include "ShapeFactory.hxx" #include "ChartItemPool.hxx" #include "ObjectIdentifier.hxx" - -#ifndef SVX_UNOMODEL_HXX #include <svx/unomodel.hxx> -#endif -#ifndef _SFXITEMPOOL_HXX #include <svtools/itempool.hxx> -#endif // header for class SfxBoolItem -#ifndef _SFXENUMITEM_HXX #include <svtools/eitem.hxx> -#endif // header for define EE_PARA_HYPHENATE -#ifndef _EEITEM_HXX #include <svx/eeitem.hxx> -#endif // header for class Svx3DPercentDiagonalItem -#ifndef _SVX3DITEMS_HXX #include <svx/svx3ditems.hxx> -#endif // header for class SvtPathOptions -#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include <svtools/pathoptions.hxx> -#endif // header E3dObjFactory -#ifndef _OBJFAC3D_HXX #include <svx/objfac3d.hxx> -#endif // header for class SdrObjList -#ifndef _SVDPAGE_HXX #include <svx/svdpage.hxx> -#endif // header for SvxUnoXDashTable_createInstance -#ifndef _SVX_XPROPERTYTABLE_HXX #include <svx/XPropertyTable.hxx> -#endif // header for class XDashList -#ifndef _XTABLE_HXX #include <svx/xtable.hxx> -#endif // header for class SdrOutliner -#ifndef _SVDOUTL_HXX #include <svx/svdoutl.hxx> -#endif // header for class LinguMgr -#ifndef _UNO_LINGU_HXX #include <svx/unolingu.hxx> -#endif // header for class Application -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif // header for class VirtualDevice -#ifndef _SV_VIRDEV_HXX #include <vcl/virdev.hxx> -#endif #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <sfx2/objsh.hxx> - -#ifndef _COM_SUN_STAR_LINGUISTIC2_XHYPHENATOR_HPP_ #include <com/sun/star/linguistic2/XHyphenator.hpp> -#endif -#ifndef _COM_SUN_STAR_LINGUISTIC2_XSPELLCHECKER1_HPP_ #include <com/sun/star/linguistic2/XSpellChecker1.hpp> -#endif using namespace ::com::sun::star; |