summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/swdetect.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:59:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:59:54 +0000
commit6eae4accf41f3031147753b471ad2571d2a1d976 (patch)
tree60208f0f585966b2c4320c1299dc3d84c7ee8109 /sw/source/ui/uno/swdetect.cxx
parent24582dc1cb5100907664054ce68a30987c12085c (diff)
INTEGRATION: CWS writercorehandoff (1.7.98); FILE MERGED
2005/09/13 18:41:30 tra 1.7.98.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:16:06 fme 1.7.98.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:09 tra 1.7.98.1: Unnecessary includes removed #i50348#
Diffstat (limited to 'sw/source/ui/uno/swdetect.cxx')
-rw-r--r--sw/source/ui/uno/swdetect.cxx29
1 files changed, 2 insertions, 27 deletions
diff --git a/sw/source/ui/uno/swdetect.cxx b/sw/source/ui/uno/swdetect.cxx
index b54dea6c18..d11718104d 100644
--- a/sw/source/ui/uno/swdetect.cxx
+++ b/sw/source/ui/uno/swdetect.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swdetect.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:19:14 $
+ * last change: $Author: hr $ $Date: 2006-08-14 17:59:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,35 +32,21 @@
* MA 02111-1307 USA
*
************************************************************************/
-
#include "swdetect.hxx"
#include <framework/interaction.hxx>
-
-#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#endif
-#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
-#include <com/sun/star/beans/PropertyValue.hpp>
-#endif
#ifndef _COM_SUN_STAR_FRAME_XFRAME_HPP_
#include <com/sun/star/frame/XFrame.hpp>
#endif
#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
#include <com/sun/star/frame/XModel.hpp>
#endif
-#ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_
-#include <com/sun/star/awt/XWindow.hpp>
-#endif
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
#include <com/sun/star/lang/XUnoTunnel.hpp>
#endif
#ifndef _UNOTOOLS_PROCESSFACTORY_HXX
#include <comphelper/processfactory.hxx>
#endif
-#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
-#include <com/sun/star/beans/PropertyValue.hpp>
-#endif
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
#include <com/sun/star/container/XNameAccess.hpp>
#endif
@@ -85,19 +71,12 @@
#ifndef _COM_SUN_STAR_PACKAGES_ZIP_ZIPIOEXCEPTION_HPP_
#include <com/sun/star/packages/zip/ZipIOException.hpp>
#endif
-
-#ifndef __FRAMEWORK_DISPATCH_INTERACTION_HXX_
-#include <framework/interaction.hxx>
-#endif
-
#ifndef _TOOLKIT_UNOHLP_HXX
#include <toolkit/helper/vclunohelper.hxx>
#endif
-
#ifndef _UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
#include <ucbhelper/simpleinteractionrequest.hxx>
#endif
-
#include <rtl/ustring.h>
#include <rtl/logfile.hxx>
#include <svtools/itemset.hxx>
@@ -127,10 +106,6 @@
#include <com/sun/star/util/XArchiver.hpp>
#endif
-#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
-#include <comphelper/processfactory.hxx>
-#endif
-
#include <swdll.hxx>
using namespace ::com::sun::star;