diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 18:43:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 18:43:39 +0000 |
commit | 3f806ee41631fc65d56ac1ad54f2b1d187fa1e15 (patch) | |
tree | af88b6a3e3d529356e8b44ad813086ab389a5a8c /sd/source/ui/dlg | |
parent | 2b3504ef79a38ebf27ba4cee38fd35c08287eff0 (diff) |
INTEGRATION: CWS changefileheader (1.23.138); FILE MERGED
2008/04/01 15:34:19 thb 1.23.138.3: #i85898# Stripping all external header guards
2008/04/01 12:38:41 thb 1.23.138.2: #i85898# Stripping all external header guards
2008/03/31 13:57:45 rt 1.23.138.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r-- | sd/source/ui/dlg/docprev.cxx | 85 |
1 files changed, 18 insertions, 67 deletions
diff --git a/sd/source/ui/dlg/docprev.cxx b/sd/source/ui/dlg/docprev.cxx index 80899b5c6953..e9812ad90d78 100644 --- a/sd/source/ui/dlg/docprev.cxx +++ b/sd/source/ui/dlg/docprev.cxx @@ -1,107 +1,58 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: docprev.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.24 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-04-03 13:26:51 $ + * $RCSfile: docprev.cxx,v $ + * $Revision: 1.25 $ * - * 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. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sd.hxx" - -#ifndef _COM_SUN_STAR_DRAWING_XDRAWPAGE_HPP_ #include <com/sun/star/drawing/XDrawPage.hpp> -#endif -#ifndef _COM_SUN_STAR_ANIMATIONS_XANIMATIONNODE_HPP_ #include <com/sun/star/animations/XAnimationNode.hpp> -#endif - -#ifndef _SD_SLIDESHOW_HXX #include "slideshow.hxx" -#endif - -#ifndef _SFX_OBJSH_HXX // SfxObjectShell #include <sfx2/objsh.hxx> -#endif - -#ifndef _SV_GDIMTF_HXX // GDIMetaFile #include <vcl/gdimtf.hxx> -#endif - -#ifndef _SV_VIRDEV_HXX // class VirtualDevice #include <vcl/virdev.hxx> -#endif - -#ifndef _COM_SUN_STAR_PRESENTATION_FADEEFFECT_HPP_ #include <com/sun/star/presentation/FadeEffect.hpp> -#endif - -#ifndef _SD_FADEDEF_H // enum FadeSpeed #include <fadedef.h> -#endif - -#ifndef _SV_CTRL_HXX // class Control #include <vcl/ctrl.hxx> -#endif - -#ifndef _SVDOUTL_HXX #include <svx/svdoutl.hxx> -#endif -#ifndef _SVDPAGV_HXX #include <svx/svdpagv.hxx> -#endif -#ifndef _SVDORECT_HXX #include <svx/svdorect.hxx> -#endif #include "docprev.hxx" #include "drawdoc.hxx" #include "DrawDocShell.hxx" -#ifndef SD_VIEW_SHELL_HXX #include "ViewShell.hxx" -#endif -#ifndef SD_VIEW_SHELL_BASE_HXX #include "ViewShellBase.hxx" -#endif -#ifndef SD_SHOW_VIEW_HXX #include "showview.hxx" -#endif -#ifndef SD_DRAW_VIEW_HXX #include "drawview.hxx" -#endif #include "sdpage.hxx" #include "sfx2/viewfrm.hxx" - -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif #include <memory> |