diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:14:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:14:53 +0000 |
commit | 0fe8de2bca523acde4c2c56e981068ca9ed429da (patch) | |
tree | 7a585ede2ab4b85cf4db14f9223212c57b5ba40c /sw/source/ui/web/wview.cxx | |
parent | 3de7fd667247d1fb90305d60b0c8797cedca6db0 (diff) |
INTEGRATION: CWS changefileheader (1.15.78); FILE MERGED
2008/04/01 15:59:54 thb 1.15.78.3: #i85898# Stripping all external header guards
2008/04/01 12:56:05 thb 1.15.78.2: #i85898# Stripping all external header guards
2008/03/31 17:00:13 rt 1.15.78.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/web/wview.cxx')
-rw-r--r-- | sw/source/ui/web/wview.cxx | 65 |
1 files changed, 18 insertions, 47 deletions
diff --git a/sw/source/ui/web/wview.cxx b/sw/source/ui/web/wview.cxx index 41fe5c0b60f4..6d1b0ca68c03 100644 --- a/sw/source/ui/web/wview.cxx +++ b/sw/source/ui/web/wview.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: wview.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.15 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: rt $ $Date: 2008-02-19 14:01:11 $ + * $RCSfile: wview.cxx,v $ + * $Revision: 1.16 $ * - * 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,43 +33,19 @@ #include <itemdef.hxx> - -#ifndef _SVX_SRCHITEM_HXX #include <svx/srchitem.hxx> -#endif -#ifndef _SFXDISPATCH_HXX //autogen #include <sfx2/dispatch.hxx> -#endif -#ifndef _SFX_TEMPLDLG_HXX //autogen #include <sfx2/templdlg.hxx> -#endif -#ifndef _SVX_SRCHDLG_HXX //autogen #include <svx/srchdlg.hxx> -#endif -#ifndef _SBX_SBXOBJECT_HXX //autogen #include <basic/sbxobj.hxx> -#endif -#ifndef _UIVWIMP_HXX #include <uivwimp.hxx> -#endif -#ifndef _SVX_FMSHELL_HXX //autogen #include <svx/fmshell.hxx> -#endif -#ifndef _SVX_EXTRUSION_BAR_HXX #include <svx/extrusionbar.hxx> -#endif -#ifndef _SVX_FONTWORK_BAR_HXX #include <svx/fontworkbar.hxx> -#endif #include <sfx2/objface.hxx> - -#ifndef _SWMODULE_HXX //autogen #include <swmodule.hxx> -#endif -#ifndef _UNOTXVW_HXX //autogen #include <unotxvw.hxx> -#endif #include <swtypes.hxx> #include <cmdid.h> #include <globals.hrc> |