diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 16:55:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 16:55:12 +0000 |
commit | ff86c0c57757dbacd959a698b8711eb50357eafc (patch) | |
tree | 75dbec3cea981852d26fa2c629db9c106871f6c5 /sw/source/ui/shells/textsh.cxx | |
parent | f83293d13eaa83c75d76c188539bd95d41bd958e (diff) |
INTEGRATION: CWS writercorehandoff (1.43.54); FILE MERGED
2006/03/17 08:43:59 tra 1.43.54.5: RESYNC: (1.46-1.48); FILE MERGED
2005/12/20 15:43:58 tra 1.43.54.4: RESYNC: (1.44-1.46); FILE MERGED
2005/09/13 18:23:22 tra 1.43.54.3: RESYNC: (1.43-1.44); FILE MERGED
2005/06/07 14:16:00 fme 1.43.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2005/06/06 09:30:01 tra 1.43.54.1: Unnecessary includes removed #i50348#
Diffstat (limited to 'sw/source/ui/shells/textsh.cxx')
-rw-r--r-- | sw/source/ui/shells/textsh.cxx | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx index 47d7bfeb6685..65f42bda4c8e 100644 --- a/sw/source/ui/shells/textsh.cxx +++ b/sw/source/ui/shells/textsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textsh.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: rt $ $Date: 2006-02-06 17:24:47 $ + * last change: $Author: hr $ $Date: 2006-08-14 17:55:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,6 @@ * ************************************************************************/ - #pragma hdrstop #define _SW_FRMVALID_HXX @@ -63,9 +62,6 @@ #ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX #include <svtools/moduleoptions.hxx> #endif -#ifndef _SFXMSG_HXX //autogen -#include <sfx2/msg.hxx> -#endif #ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> #endif @@ -84,9 +80,6 @@ #ifndef _SFXDISPATCH_HXX //autogen #include <sfx2/dispatch.hxx> #endif -#ifndef _SFX_DOCFILT_HACK_HXX //autogen -#include <sfx2/docfilt.hxx> -#endif #ifndef _SFXDOCFILE_HXX //autogen #include <sfx2/docfile.hxx> #endif @@ -188,9 +181,6 @@ #ifndef _TEXTSH_HXX #include <textsh.hxx> #endif -//CHINA001 #ifndef _INSTABLE_HXX -//CHINA001 #include <instable.hxx> -//CHINA001 #endif #ifndef _FRMFMT_HXX #include <frmfmt.hxx> #endif @@ -215,9 +205,6 @@ #ifndef _TBLAFMT_HXX #include <tblafmt.hxx> #endif -//CHINA001 #ifndef _INSRULE_HXX -//CHINA001 #include <insrule.hxx> -//CHINA001 #endif #ifndef _CAPTION_HXX #include <caption.hxx> #endif @@ -276,20 +263,6 @@ #include <comcore.hrc> #endif -#ifndef _COM_SUN_STAR_EMBED_XVISUALOBJECT_HPP_ -#include <com/sun/star/embed/XVisualObject.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_ASPECTS_HPP_ -#include <com/sun/star/embed/Aspects.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XCOMPONENTSUPPLIER_HPP_ -#include <com/sun/star/embed/XComponentSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ -#include <com/sun/star/beans/XPropertySet.hpp> -#endif - - using namespace ::com::sun::star; #include <svx/svxdlg.hxx> //CHINA001 |