diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 21:18:00 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 21:18:00 +0000 |
commit | 27056326fb943328831110d95c057760cf012c66 (patch) | |
tree | 5ab9d3ba12a4dd0f3848046a0ef03ba56ea6e876 /sw/source/ui/wrtsh/wrtsh2.cxx | |
parent | 2c05d799b5585a27070ab775f461aa7e4223d743 (diff) |
INTEGRATION: CWS changefileheader (1.31.56); FILE MERGED
2008/04/01 15:59:55 thb 1.31.56.3: #i85898# Stripping all external header guards
2008/04/01 12:56:07 thb 1.31.56.2: #i85898# Stripping all external header guards
2008/03/31 17:00:15 rt 1.31.56.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/wrtsh/wrtsh2.cxx')
-rw-r--r-- | sw/source/ui/wrtsh/wrtsh2.cxx | 110 |
1 files changed, 19 insertions, 91 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh2.cxx b/sw/source/ui/wrtsh/wrtsh2.cxx index 865fb2eaed..4f63decc16 100644 --- a/sw/source/ui/wrtsh/wrtsh2.cxx +++ b/sw/source/ui/wrtsh/wrtsh2.cxx @@ -1,148 +1,76 @@ /************************************************************************* * - * 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: wrtsh2.cxx,v $ + * OpenOffice.org - a multi-platform office productivity suite * - * $Revision: 1.31 $ + * $RCSfile: wrtsh2.cxx,v $ + * $Revision: 1.32 $ * - * last change: $Author: obo $ $Date: 2008-02-26 14:27:49 $ + * 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. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - -#ifndef _HINTIDS_HXX #include <hintids.hxx> // define ITEMIDs -#endif - -#ifndef _SFXMACITEM_HXX //autogen #include <svtools/macitem.hxx> -#endif -#ifndef _SFXFRAME_HXX //autogen #include <sfx2/frame.hxx> -#endif #ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> #endif -#ifndef SVTOOLS_URIHELPER_HXX #include <svtools/urihelper.hxx> -#endif -#ifndef _SFXENUMITEM_HXX //autogen #include <svtools/eitem.hxx> -#endif -#ifndef _SFXSTRITEM_HXX #include <svtools/stritem.hxx> -#endif -#ifndef _SFXDOCFILE_HXX //autogen #include <sfx2/docfile.hxx> -#endif -#ifndef _SFX_FCONTNR_HXX //autogen #include <sfx2/fcontnr.hxx> -#endif -#ifndef _SFXDISPATCH_HXX //autogen #include <sfx2/dispatch.hxx> -#endif -#ifndef _LINKMGR_HXX //autogen #include <sfx2/linkmgr.hxx> -#endif - -#ifndef _FMTINFMT_HXX //autogen #include <fmtinfmt.hxx> -#endif -#ifndef _FRMATR_HXX #include <frmatr.hxx> -#endif -#ifndef _SWTYPES_HXX #include <swtypes.hxx> // SET_CURR_SHELL -#endif -#ifndef _WRTSH_HXX #include <wrtsh.hxx> -#endif #ifndef _DOCSH_HXX #include <docsh.hxx> #endif -#ifndef _FLDBAS_HXX #include <fldbas.hxx> // Felder -#endif -#ifndef _EXPFLD_HXX #include <expfld.hxx> -#endif -#ifndef _DDEFLD_HXX #include <ddefld.hxx> -#endif -#ifndef _DOCUFLD_HXX #include <docufld.hxx> -#endif -#ifndef _REFFLD_HXX #include <reffld.hxx> -#endif -#ifndef _SWUNDO_HXX #include <swundo.hxx> -#endif -#ifndef _DOC_HXX #include <doc.hxx> -#endif -#ifndef _VIEWOPT_HXX #include <viewopt.hxx> // SwViewOptions -#endif -#ifndef _FRMFMT_HXX #include <frmfmt.hxx> // fuer UpdateTable -#endif -#ifndef _SWTABLE_HXX #include <swtable.hxx> // fuer UpdateTable -#endif -#ifndef _MDIEXP_HXX #include <mdiexp.hxx> -#endif #ifndef _VIEW_HXX #include <view.hxx> #endif -#ifndef _SWEVENT_HXX #include <swevent.hxx> -#endif -#ifndef _POOLFMT_HXX #include <poolfmt.hxx> -#endif -#ifndef _SECTION_HXX #include <section.hxx> -#endif -#ifndef _NAVICONT_HXX #include <navicont.hxx> -#endif -#ifndef _NAVIPI_HXX #include <navipi.hxx> -#endif -#ifndef _CRSSKIP_HXX #include <crsskip.hxx> -#endif -#ifndef _TXTINET_HXX #include <txtinet.hxx> -#endif #ifndef _CMDID_H #include <cmdid.h> #endif |