diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 17:42:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 17:42:55 +0000 |
commit | fce9b37dc87058173a0044e7e877a9c1f65aad47 (patch) | |
tree | 006c10a092adb9442b240ec890b7dfe0e8404108 /sw | |
parent | 808aa9de9e0d284fcabc1badea47cf7169d0dad9 (diff) |
INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED
2008/04/01 15:58:42 thb 1.9.38.3: #i85898# Stripping all external header guards
2008/04/01 12:55:09 thb 1.9.38.2: #i85898# Stripping all external header guards
2008/03/31 16:57:04 rt 1.9.38.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dbui/mmoutputpage.hxx | 66 |
1 files changed, 18 insertions, 48 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx index 91e4dc3743e1..a1f544ab80f7 100644 --- a/sw/source/ui/dbui/mmoutputpage.hxx +++ b/sw/source/ui/dbui/mmoutputpage.hxx @@ -1,79 +1,49 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: mmoutputpage.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.9 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-03-06 19:06:56 $ + * $RCSfile: mmoutputpage.hxx,v $ + * $Revision: 1.10 $ * - * 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. * ************************************************************************/ #ifndef _MAILMERGEOUTPUTPAGE_HXX #define _MAILMERGEOUTPUTPAGE_HXX -#ifndef _SVTOOLS_WIZARDMACHINE_HXX_ #include <svtools/wizardmachine.hxx> -#endif #ifndef _SV_BUTTON_HXX #include <vcl/button.hxx> #endif -#ifndef _STDCTRL_HXX #include <svtools/stdctrl.hxx> -#endif -#ifndef _SV_COMBOBOX_HXX #include <vcl/combobox.hxx> -#endif -#ifndef _SV_FIELD_HXX #include <vcl/field.hxx> -#endif -#ifndef _SV_LSTBOX_HXX #include <vcl/lstbox.hxx> -#endif -#ifndef _SFX_OBJSH_HXX #include <sfx2/objsh.hxx> -#endif -#ifndef _BASEDLGS_HXX #include <sfx2/basedlgs.hxx> -#endif -#ifndef _SVTABBX_HXX #include <svtools/svtabbx.hxx> -#endif -#ifndef _HEADBAR_HXX #include <svtools/headbar.hxx> -#endif -#ifndef _PRGSBAR_HXX #include <svtools/prgsbar.hxx> -#endif - -#ifndef INCLUDED_SWDLLAPI_H #include "swdllapi.h" -#endif -#ifndef _MAILMERGEHELPER_HXX #include "mailmergehelper.hxx" -#endif class SwMailMergeWizard; class SfxPrinter; |