diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 11:42:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 11:42:10 +0000 |
commit | 52da30c3a495a1269eef78b26ecfd9b06f371691 (patch) | |
tree | c5872405fbfc3a30e36fce91cd24f7471f4a9aba /starmath | |
parent | 8f57aa5d4bcaeaabe05244d62c66f19a16057748 (diff) |
INTEGRATION: CWS changefileheader (1.42.12); FILE MERGED
2008/04/01 15:41:57 thb 1.42.12.3: #i85898# Stripping all external header guards
2008/04/01 12:41:38 thb 1.42.12.2: #i85898# Stripping all external header guards
2008/03/31 16:29:36 rt 1.42.12.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/dialog.cxx | 92 |
1 files changed, 18 insertions, 74 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 2b8cbaf063e8..834657d6cdec 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.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: dialog.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.42 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2008-02-26 14:43:42 $ + * $RCSfile: dialog.cxx,v $ + * $Revision: 1.43 $ * - * 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,88 +33,37 @@ #define SMDLL 1 - -#ifndef _TOOLS_RCID_H #include "tools/rcid.h" -#endif - -#ifndef _SFXENUMITEM_HXX //autogen #include <svtools/eitem.hxx> -#endif -#ifndef _SFXINTITEM_HXX //autogen #include <svtools/intitem.hxx> -#endif -#ifndef _SFXSTRITEM_HXX //autogen #include <svtools/stritem.hxx> -#endif -#ifndef _SFXAPP_HXX //autogen #include <sfx2/app.hxx> -#endif -#ifndef _SV_MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> -#endif -#ifndef _CTRLTOOL_HXX //autogen #include <svtools/ctrltool.hxx> -#endif -#ifndef _SFX_PRINTER_HXX #include <sfx2/printer.hxx> -#endif -#ifndef _SV_SOUND_HXX //autogen #include <vcl/sound.hxx> -#endif -#ifndef _SV_SNDSTYLE_HXX //autogen #include <vcl/sndstyle.hxx> -#endif -#ifndef _SV_WAITOBJ_HXX #include <vcl/waitobj.hxx> -#endif -#ifndef _SV_SETTINGS_HXX #include <vcl/settings.hxx> -#endif -#ifndef _SV_WALL_HXX #include <vcl/wall.hxx> -#endif -#ifndef _SFXDISPATCH_HXX //autogen #include <sfx2/dispatch.hxx> -#endif -#ifndef _SFX_HRC //autogen #include <sfx2/sfx.hrc> -#endif -#ifndef _STRING_HXX //autogen #include <tools/string.hxx> -#endif -#ifndef _TOOLS_DEBUG_HXX //autogen #include <tools/debug.hxx> -#endif -#ifndef _SVX_SUBSETMAP_HXX #include <svx/ucsubset.hxx> -#endif -#ifndef CONFIG_HXX #include "config.hxx" -#endif -#ifndef DIALOG_HXX #include "dialog.hxx" -#endif #ifndef _STARMATH_HRC #include "starmath.hrc" #endif #include "dialog.hrc" - -#ifndef _SMMOD_HXX #include "smmod.hxx" -#endif -#ifndef SYMBOL_HXX #include "symbol.hxx" -#endif -#ifndef VIEW_HXX #include "view.hxx" -#endif -#ifndef DOCUMENT_HXX #include "document.hxx" -#endif //////////////////////////////////////// // |