diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 12:42:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 12:42:19 +0000 |
commit | db3239ff55e568db307383329a2c03358035459f (patch) | |
tree | a6f8444e4b630f3007baa5c5f4c54a28475f0706 /sfx2 | |
parent | 89d3b03d738f3db9b204e5a896fd559aaf127431 (diff) |
INTEGRATION: CWS changefileheader (1.35.28); FILE MERGED
2008/04/01 15:39:43 thb 1.35.28.3: #i85898# Stripping all external header guards
2008/04/01 12:40:55 thb 1.35.28.2: #i85898# Stripping all external header guards
2008/03/31 13:38:40 rt 1.35.28.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewprn.cxx | 57 |
1 files changed, 18 insertions, 39 deletions
diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx index d6cfdac2ed3e..0d496c7ccfe7 100644 --- a/sfx2/source/view/viewprn.cxx +++ b/sfx2/source/view/viewprn.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: viewprn.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.35 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-03-05 16:56:43 $ + * $RCSfile: viewprn.cxx,v $ + * $Revision: 1.36 $ * - * 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,14 +32,8 @@ #include "precompiled_sfx2.hxx" #include <com/sun/star/document/XDocumentProperties.hpp> - -#ifndef _COM_SUN_STAR_VIEW_PRINTABLESTATE_HPP_ #include <com/sun/star/view/PrintableState.hpp> -#endif - -#ifndef _SFXITEMPOOL_HXX //autogen #include <svtools/itempool.hxx> -#endif #ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> #endif @@ -54,21 +43,11 @@ #ifndef _SV_PRNSETUP_HXX //autogen #include <svtools/prnsetup.hxx> #endif -#ifndef _SFXFLAGITEM_HXX //autogen #include <svtools/flagitem.hxx> -#endif -#ifndef _SFXSTRITEM_HXX //autogen #include <svtools/stritem.hxx> -#endif -#ifndef _SFXINTITEM_HXX //autogen #include <svtools/intitem.hxx> -#endif -#ifndef _SFXENUMITEM_HXX //autogen #include <svtools/eitem.hxx> -#endif -#ifndef _SFXAPP_HXX #include <sfx2/app.hxx> -#endif #include <svtools/useroptions.hxx> #include <svtools/printwarningoptions.hxx> #include <tools/datetime.hxx> |