diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:02:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:02:50 +0000 |
commit | 84afe0135fb051ac667b9b3c7cb27cb9159adec8 (patch) | |
tree | bb439572a773d6f0108daad99dda85593fa7e4c3 /chart2/source/tools/ChartDebugTrace.cxx | |
parent | fc96af2f88494ff5f5654bfeb43f36717256e757 (diff) |
INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED
2008/04/01 15:04:22 thb 1.3.94.3: #i85898# Stripping all external header guards
2008/04/01 10:50:37 thb 1.3.94.2: #i85898# Stripping all external header guards
2008/03/28 16:44:20 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'chart2/source/tools/ChartDebugTrace.cxx')
-rw-r--r-- | chart2/source/tools/ChartDebugTrace.cxx | 58 |
1 files changed, 18 insertions, 40 deletions
diff --git a/chart2/source/tools/ChartDebugTrace.cxx b/chart2/source/tools/ChartDebugTrace.cxx index fe3db56fe220..27824a6694c8 100644 --- a/chart2/source/tools/ChartDebugTrace.cxx +++ b/chart2/source/tools/ChartDebugTrace.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: ChartDebugTrace.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.3 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: rt $ $Date: 2007-07-25 08:55:40 $ + * $RCSfile: ChartDebugTrace.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. * ************************************************************************/ @@ -38,30 +33,13 @@ #include "ChartDebugTrace.hxx" #include "macros.hxx" - -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif - -#ifndef _COM_SUN_STAR_CHART2_AXISTYPE_HPP_ #include <com/sun/star/chart2/AxisType.hpp> -#endif -#ifndef _COM_SUN_STAR_CHART2_XCOORDINATESYSTEMCONTAINER_HPP_ #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> -#endif -#ifndef _COM_SUN_STAR_CHART2_XCHARTTYPECONTAINER_HPP_ #include <com/sun/star/chart2/XChartTypeContainer.hpp> -#endif -#ifndef _COM_SUN_STAR_CHART2_XDATASERIESCONTAINER_HPP_ #include <com/sun/star/chart2/XDataSeriesContainer.hpp> -#endif -#ifndef _COM_SUN_STAR_CHART2_STACKINGDIRECTION_HPP_ #include <com/sun/star/chart2/StackingDirection.hpp> -#endif - -#ifndef INCLUDED_RTL_MATH_HXX #include <rtl/math.hxx> -#endif using namespace ::com::sun::star; using namespace ::com::sun::star::chart2; |