diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 19:27:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 19:27:32 +0000 |
commit | 47b435d560db01c7aefc90c270c631a6582486a0 (patch) | |
tree | a3befa4e4f3ea2eb3cfc8474da7b7bbc02709970 /sd/source/ui/func | |
parent | 9fab412a6cace10797b49e1850e98830fd828b28 (diff) |
INTEGRATION: CWS changefileheader (1.62.14); FILE MERGED
2008/04/01 15:34:51 thb 1.62.14.3: #i85898# Stripping all external header guards
2008/04/01 12:38:57 thb 1.62.14.2: #i85898# Stripping all external header guards
2008/03/31 13:58:06 rt 1.62.14.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r-- | sd/source/ui/func/futext.cxx | 99 |
1 files changed, 18 insertions, 81 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 92c05a3cb16d..ee49c2ff9693 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.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: futext.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.62 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: rt $ $Date: 2008-03-12 11:40:54 $ + * $RCSfile: futext.cxx,v $ + * $Revision: 1.63 $ * - * 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,110 +33,52 @@ #include "futext.hxx" - -#ifndef _EEITEM_HXX //autogen #include <svx/eeitem.hxx> -#endif #include <svx/dlgutil.hxx> -#ifndef _SVXERR_HXX //autogen #include <svx/svxerr.hxx> -#endif -#ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> -#endif -#ifndef _SV_HELP_HXX //autogen #include <vcl/help.hxx> -#endif -#ifndef _EDITSTAT_HXX //autogen #include <svx/editstat.hxx> -#endif -#ifndef _AEITEM_HXX //autogen #include <svtools/aeitem.hxx> -#endif -#ifndef _SFXINTITEM_HXX //autogen #include <svtools/intitem.hxx> -#endif -#ifndef _SVDOTEXT_HXX //autogen #include <svx/svdotext.hxx> -#endif #ifndef _SVDOGROUP_HXX //autogen #include <svx/svdogrp.hxx> #endif #include <svx/flditem.hxx> -#ifndef _SFXSTYLE_HXX //autogen #include <svtools/style.hxx> -#endif -#ifndef _SVDPAGV_HXX //autogen #include <svx/svdpagv.hxx> -#endif -#ifndef _SFXVIEWFRM_HXX //autogen #include <sfx2/viewfrm.hxx> -#endif -#ifndef _SFXDISPATCH_HXX //autogen #include <sfx2/dispatch.hxx> -#endif -#ifndef _SFX_BINDINGS_HXX //autogen #include <sfx2/bindings.hxx> -#endif -#ifndef _SFXREQUEST_HXX //autogen #include <sfx2/request.hxx> -#endif -#ifndef _MyEDITENG_HXX //autogen #include <svx/editeng.hxx> -#endif -#ifndef _SVDOUTL_HXX //autogen #include <svx/svdoutl.hxx> -#endif #include <svx/svxids.hrc> -#ifndef _SFXDOCFILE_HXX //autogen #include <sfx2/docfile.hxx> -#endif -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> -#endif - -#ifndef _OUTLOBJ_HXX #include <svx/outlobj.hxx> -#endif // #104122# -#ifndef _SVX_FRMDIRITEM_HXX #include <svx/frmdiritem.hxx> -#endif #include <svx/svdetc.hxx> #include "sdresid.hxx" #include "app.hrc" #include "res_bmp.hrc" -#ifndef SD_VIEW_SHELL_HXX #include "ViewShell.hxx" -#endif -#ifndef SD_VIEW_SHELL_BASE_HXX #include "ViewShellBase.hxx" -#endif -#ifndef SD_VIEW_HXX #include "View.hxx" -#endif -#ifndef SD_OUTLINER_HXX #include "Outliner.hxx" -#endif -#ifndef SD_WINDOW_HXX #include "Window.hxx" -#endif #include "drawdoc.hxx" #include "sdpage.hxx" #include "sdmod.hxx" -#ifndef SD_FRAME_VIEW_HXX #include "FrameView.hxx" -#endif -#ifndef SD_TOOL_BAR_MANAGER_HXX #include "ToolBarManager.hxx" -#endif -#ifndef SD_DRAW_DOC_SHELL_HXX #include "DrawDocShell.hxx" -#endif #include "glob.hrc" #include "pres.hxx" #include "optsitem.hxx" |