diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 11:32:34 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 11:32:34 +0000 |
commit | 54054e9c146982dceb4f8387a5ab4e5094ddea74 (patch) | |
tree | 613da3ff811a625b68cc77539f7131236ae59548 /starmath/inc | |
parent | c95492d81f15c8fb2629d6824d059a1b479678a6 (diff) |
INTEGRATION: CWS changefileheader (1.20.44); FILE MERGED
2008/04/01 15:41:54 thb 1.20.44.3: #i85898# Stripping all external header guards
2008/04/01 12:41:37 thb 1.20.44.2: #i85898# Stripping all external header guards
2008/03/31 16:29:33 rt 1.20.44.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/dialog.hxx | 81 |
1 files changed, 19 insertions, 62 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index d3dd868716..98a83c5da2 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -1,100 +1,57 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. * - * $RCSfile: dialog.hxx,v $ + * OpenOffice.org - a multi-platform office productivity suite * - * $Revision: 1.20 $ + * $RCSfile: dialog.hxx,v $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2007-11-09 10:52:15 $ + * This file is part of OpenOffice.org. * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * 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. * + * 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). * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA - * - * 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. * ************************************************************************/ #ifndef DIALOG_HXX #define DIALOG_HXX #include <vcl/image.hxx> - -#ifndef _SV_DIALOG_HXX //autogen #include <vcl/dialog.hxx> -#endif -#ifndef _SV_FIXED_HXX //autogen #include <vcl/fixed.hxx> -#endif #ifndef _SV_BUTTON_HXX //autogen #include <vcl/button.hxx> #endif -#ifndef _SV_IMAGE_HXX #include <vcl/image.hxx> -#endif -#ifndef _SFXTABDLG_HXX //autogen #include <sfx2/tabdlg.hxx> -#endif -#ifndef _SV_COMBOBOX_HXX //autogen #include <vcl/combobox.hxx> -#endif -#ifndef _SVX_CHARMAP_HXX #include <svx/charmap.hxx> -#endif -#ifndef _BASEDLGS_HXX //autogen #include <sfx2/basedlgs.hxx> -#endif -#ifndef _SV_FIELD_HXX //autogen #include <vcl/field.hxx> -#endif -#ifndef _SV_MENUBTN_HXX //autogen #include <vcl/menubtn.hxx> -#endif -#ifndef _SV_SCRBAR_HXX //autogen #include <vcl/scrbar.hxx> -#endif -#ifndef _SV_CTRL_HXX //autogen #include <vcl/ctrl.hxx> -#endif -#ifndef _SV_MENU_HXX //autogen #include <vcl/menu.hxx> -#endif -#ifndef _SV_OUTDEV_HXX //autogen #include <vcl/outdev.hxx> -#endif -#ifndef _CTRLBOX_HXX //autogen #include <svtools/ctrlbox.hxx> -#endif -#ifndef _CTRLTOOL_HXX //autogen #include <svtools/ctrltool.hxx> -#endif - -#ifndef UTILITY_HXX #include "utility.hxx" -#endif -#ifndef FORMAT_HXX #include "format.hxx" -#endif -#ifndef SYMBOL_HXX #include "symbol.hxx" -#endif #define CATEGORY_NONE 0xFFFF |