diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:02:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:02:33 +0000 |
commit | 60bbe8ff973fe60f6e97eaa71593f1597aff5f76 (patch) | |
tree | e593d558477544809bd7a9a16f173fe1725b4cb4 /sw/source/ui/utlui/content.cxx | |
parent | 86fb5a0f48dc23cf191ba40d99f92fb015063804 (diff) |
INTEGRATION: CWS changefileheader (1.50.56); FILE MERGED
2008/04/01 15:59:50 thb 1.50.56.3: #i85898# Stripping all external header guards
2008/04/01 12:56:03 thb 1.50.56.2: #i85898# Stripping all external header guards
2008/03/31 16:59:48 rt 1.50.56.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/utlui/content.cxx')
-rw-r--r-- | sw/source/ui/utlui/content.cxx | 133 |
1 files changed, 18 insertions, 115 deletions
diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx index 2c5273cc0b30..66534f1ae383 100644 --- a/sw/source/ui/utlui/content.cxx +++ b/sw/source/ui/utlui/content.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: content.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.50 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2008-02-26 10:49:38 $ + * $RCSfile: content.cxx,v $ + * $Revision: 1.51 $ * - * 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. * ************************************************************************/ @@ -40,98 +35,43 @@ #define _SVSTDARR_STRINGSDTOR #include <svtools/svstdarr.hxx> #endif -#ifndef _URLBMK_HXX #include <svtools/urlbmk.hxx> -#endif -#ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> -#endif -#ifndef _SFXDOCFILE_HXX #include <sfx2/docfile.hxx> -#endif -#ifndef _SFXDISPATCH_HXX #include <sfx2/dispatch.hxx> -#endif #ifndef _HELP_HXX #include <vcl/help.hxx> #endif -#ifndef _SOT_FORMATS_HXX #include <sot/formats.hxx> -#endif -#ifndef _SV_SOUND_HXX #include <vcl/sound.hxx> -#endif - -#ifndef _UIITEMS_HXX #include <uiitems.hxx> -#endif -#ifndef _FMTINFMT_HXX #include <fmtinfmt.hxx> -#endif -#ifndef _TXTINET_HXX #include <txtinet.hxx> -#endif -#ifndef _FMTFLD_HXX #include <fmtfld.hxx> -#endif -#ifndef _SWMODULE_HXX #include <swmodule.hxx> -#endif -#ifndef _WRTSH_HXX #include <wrtsh.hxx> -#endif #ifndef _VIEW_HXX #include <view.hxx> #endif -#ifndef _ERRHDL_HXX #include <errhdl.hxx> -#endif #ifndef _DOCSH_HXX #include <docsh.hxx> #endif -#ifndef _CONTENT_HXX #include <content.hxx> -#endif -#ifndef _FRMFMT_HXX #include <frmfmt.hxx> -#endif -#ifndef _FLDBAS_HXX #include <fldbas.hxx> -#endif -#ifndef _TXTATR_HXX #include <txtatr.hxx> -#endif -#ifndef _BOOKMRK_HXX #include <bookmrk.hxx> -#endif -#ifndef _SECTION_HXX #include <section.hxx> -#endif -#ifndef _TOX_HXX #include <tox.hxx> -#endif #define NAVIPI_CXX -#ifndef _NAVIPI_HXX #include <navipi.hxx> -#endif -#ifndef _NAVICONT_HXX #include <navicont.hxx> -#endif -#ifndef _NAVICFG_HXX #include <navicfg.hxx> -#endif -#ifndef _EDTWIN_HXX #include <edtwin.hxx> -#endif -#ifndef _DOC_HXX #include <doc.hxx> -#endif -#ifndef _UNOTOOLS_HXX #include <unotools.hxx> -#endif -#ifndef _CRSSKIP_HXX #include <crsskip.hxx> -#endif #ifndef _CMDID_H #include <cmdid.h> #endif @@ -150,64 +90,27 @@ #ifndef _COMCORE_HRC #include <comcore.hrc> #endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTSECTIONSSUPPLIER_HPP_ #include <com/sun/star/text/XTextSectionsSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTGRAPHICOBJECTSSUPPLIER_HPP_ #include <com/sun/star/text/XTextGraphicObjectsSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTTABLESSUPPLIER_HPP_ #include <com/sun/star/text/XTextTablesSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XDOCUMENTINDEXESSUPPLIER_HPP_ #include <com/sun/star/text/XDocumentIndexesSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XDOCUMENTINDEX_HPP_ #include <com/sun/star/text/XDocumentIndex.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XBOOKMARKSSUPPLIER_HPP_ #include <com/sun/star/text/XBookmarksSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTEMBEDDEDOBJECTSSUPPLIER_HPP_ #include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTFRAMESSUPPLIER_HPP_ #include <com/sun/star/text/XTextFramesSupplier.hpp> -#endif -#ifndef _DCONTACT_HXX #include <dcontact.hxx> -#endif -#ifndef _SVDOGRP_HXX #include <svx/svdogrp.hxx> -#endif -#ifndef _SVDMODEL_HXX #include <svx/svdmodel.hxx> -#endif -#ifndef _SVDPAGE_HXX #include <svx/svdpage.hxx> -#endif -#ifndef _SVDVIEW_HXX #include <svx/svdview.hxx> -#endif -#ifndef _SV_SCRBAR_HXX #include <vcl/scrbar.hxx> -#endif #ifndef _COMCORE_HRC #include <comcore.hrc> #endif -#ifndef _UNDOBJ_HXX #include <undobj.hxx> -#endif -#ifndef _SWUNDO_HXX #include <swundo.hxx> -#endif -#ifndef _NDTXT_HXX #include <ndtxt.hxx> -#endif - -#ifndef _POSTITMGR_HXX #include <PostItMgr.hxx> -#endif #include "swabstdlg.hxx" |