diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 16:25:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 16:25:37 +0000 |
commit | 914f899a60e4bdf47ac19743912bbcd5ee1d2c0d (patch) | |
tree | 7ea649654ecccf91b287d656e3caaeed10a38f67 /sw/source/ui/app/apphdl.cxx | |
parent | 16ab22930e86f07476e55a6e5a4ccf88028eb0df (diff) |
INTEGRATION: CWS writercorehandoff (1.51.96); FILE MERGED
2006/05/08 13:23:30 fme 1.51.96.9: RESYNC: (1.56-1.57); FILE MERGED
2006/04/28 13:39:48 fme 1.51.96.8: RESYNC: (1.55-1.56); FILE MERGED
2006/03/17 08:26:01 tra 1.51.96.7: RESYNC: (1.54-1.55); FILE MERGED
2005/10/25 08:42:48 tra 1.51.96.6: RESYNC: (1.53-1.54); FILE MERGED
2005/09/13 15:51:48 tra 1.51.96.5: RESYNC: (1.52-1.53); FILE MERGED
2005/07/11 06:14:56 tra 1.51.96.4: RESYNC: (1.51-1.52); FILE MERGED
2005/07/11 05:11:46 tra 1.51.96.3: #i50348#make SwDoc interface based
2005/06/07 14:15:18 fme 1.51.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2005/06/06 09:29:11 tra 1.51.96.1: Unnecessary includes removed #i50348#
Diffstat (limited to 'sw/source/ui/app/apphdl.cxx')
-rw-r--r-- | sw/source/ui/app/apphdl.cxx | 51 |
1 files changed, 2 insertions, 49 deletions
diff --git a/sw/source/ui/app/apphdl.cxx b/sw/source/ui/app/apphdl.cxx index 2092b3eeb2a4..5c58f455a1e9 100644 --- a/sw/source/ui/app/apphdl.cxx +++ b/sw/source/ui/app/apphdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: apphdl.cxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: rt $ $Date: 2006-05-02 15:18:56 $ + * last change: $Author: hr $ $Date: 2006-08-14 17:25:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,8 +32,6 @@ * MA 02111-1307 USA * ************************************************************************/ - - #pragma hdrstop #ifndef _HINTIDS_HXX @@ -65,9 +63,6 @@ #ifndef _SFXEVENT_HXX //autogen #include <sfx2/event.hxx> #endif -#ifndef _SFXFRAME_HXX -#include <sfx2/frame.hxx> -#endif #ifndef _SFX_OBJITEM_HXX #include <sfx2/objitem.hxx> #endif @@ -193,15 +188,6 @@ #ifndef _APP_HRC #include <app.hrc> #endif -#ifndef _USRPREF_HXX //autogen -#include <usrpref.hxx> -#endif -#ifndef _PRTOPT_HXX //autogen -#include <prtopt.hxx> -#endif -#ifndef _MODOPT_HXX //autogen -#include <modcfg.hxx> -#endif #ifndef _FONTCFG_HXX //autogen #include <fontcfg.hxx> #endif @@ -226,33 +212,12 @@ #ifndef _UNO_LINGU_HXX #include <svx/unolingu.hxx> #endif -#ifndef _SFX_SFXUNO_HXX -#include <sfx2/sfxuno.hxx> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUES_HPP_ -#include <com/sun/star/beans/PropertyValues.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ -#include <com/sun/star/beans/XPropertySet.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ -#include <com/sun/star/beans/PropertyValue.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP_ -#include <com/sun/star/beans/PropertyState.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSETINFO_HPP_ -#include <com/sun/star/beans/XPropertySetInfo.hpp> -#endif #ifndef _COM_SUN_STAR_BEANS_XMULTIPROPERTYSET_HPP_ #include <com/sun/star/beans/XMultiPropertySet.hpp> #endif #ifndef _COM_SUN_STAR_BEANS_XFASTPROPERTYSET_HPP_ #include <com/sun/star/beans/XFastPropertySet.hpp> #endif -#ifndef _COM_SUN_STAR_BEANS_XVETOABLECHANGELISTENER_HPP_ -#include <com/sun/star/beans/XVetoableChangeListener.hpp> -#endif #ifndef _COM_SUN_STAR_BEANS_XPROPERTYSTATE_HPP_ #include <com/sun/star/beans/XPropertyState.hpp> #endif @@ -262,24 +227,12 @@ #ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_ #include <com/sun/star/beans/PropertyAttribute.hpp> #endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTIESCHANGELISTENER_HPP_ -#include <com/sun/star/beans/XPropertiesChangeListener.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP_ -#include <com/sun/star/beans/XPropertyChangeListener.hpp> -#endif #ifndef _COM_SUN_STAR_BEANS_XPROPERTYACCESS_HPP_ #include <com/sun/star/beans/XPropertyAccess.hpp> #endif #ifndef _COM_SUN_STAR_BEANS_XPROPERTYCONTAINER_HPP_ #include <com/sun/star/beans/XPropertyContainer.hpp> #endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYSTATECHANGEEVENT_HPP_ -#include <com/sun/star/beans/PropertyStateChangeEvent.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYCHANGEEVENT_HPP_ -#include <com/sun/star/beans/PropertyChangeEvent.hpp> -#endif #ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_ #include <com/sun/star/container/XChild.hpp> #endif |