diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 11:52:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 11:52:17 +0000 |
commit | 0f4bfb899ea8b0087ad98f363cfe1c4128aed126 (patch) | |
tree | fd70c3e27c5d8c973ab191ef1ad26a478bf2ddab /starmath | |
parent | 7296a74c827e9103a80c244a500e3eedc14559fe (diff) |
INTEGRATION: CWS changefileheader (1.47.2); FILE MERGED
2008/04/01 15:42:00 thb 1.47.2.3: #i85898# Stripping all external header guards
2008/04/01 12:41:40 thb 1.47.2.2: #i85898# Stripping all external header guards
2008/03/31 16:29:48 rt 1.47.2.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/unomodel.cxx | 91 |
1 files changed, 18 insertions, 73 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index eca69df565f9..f035bc300e9a 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.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: unomodel.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.47 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2008-03-26 08:56:46 $ + * $RCSfile: unomodel.cxx,v $ + * $Revision: 1.48 $ * - * 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. * ************************************************************************/ @@ -37,83 +32,33 @@ #include "precompiled_starmath.hxx" -#ifndef _VOS_MUTEX_HXX_ #include <vos/mutex.hxx> -#endif -#ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> -#endif -#ifndef _SFX_PRINTER_HXX #include <sfx2/printer.hxx> -#endif -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _CTRLTOOL_HXX #include <svtools/ctrltool.hxx> -#endif -#ifndef _SFX_ITEMPROP_HXX #include <svtools/itemprop.hxx> -#endif -#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> -#endif -#ifndef _UNOTOOLS_PROCESSFACTORY_HXX_ #include <unotools/processfactory.hxx> -#endif -#ifndef _SVX_PAPERINF_HXX #include <svx/paperinf.hxx> -#endif -#ifndef _SV_SETTINGS_HXX #include <vcl/settings.hxx> -#endif -#ifndef _TOOLKIT_AWT_VCLXDEVICE_HXX_ #include <toolkit/awt/vclxdevice.hxx> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP_ #include <com/sun/star/beans/PropertyState.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_ #include <com/sun/star/beans/PropertyAttribute.hpp> -#endif -#ifndef _COM_SUN_STAR_FORMULA_SYMBOLDESCRIPTOR_HPP_ #include <com/sun/star/formula/SymbolDescriptor.hpp> -#endif -#ifndef _COM_SUN_STAR_AWT_SIZE_HPP_ #include <com/sun/star/awt/Size.hpp> -#endif -#ifndef _COM_SUN_STAR_SCRIPT_XLIBRARYCONTAINER_HPP_ #include <com/sun/star/script/XLibraryContainer.hpp> -#endif - -#ifndef _XMLOFF_XMLUCONV_HXX #include <xmloff/xmluconv.hxx> -#endif -#ifndef _RTL_USTRBUF_HXX_ #include <rtl/ustrbuf.hxx> -#endif -#ifndef _COMPHELPER_PROPERTSETINFO_HXX_ #include <comphelper/propertysetinfo.hxx> -#endif - -#ifndef UNOMODEL_HXX #include <unomodel.hxx> -#endif -#ifndef DOCUMENT_HXX #include <document.hxx> -#endif -#ifndef VIEW_HXX #include <view.hxx> -#endif -#ifndef SYMBOL_HXX #include <symbol.hxx> -#endif #ifndef STARMATH_HRC #include <starmath.hrc> #endif -#ifndef CONFIG_HXX #include <config.hxx> -#endif #include <smdll.hxx> |