summaryrefslogtreecommitdiff
path: root/desktop/source/offacc/acceptor.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-02 16:13:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-02 16:13:21 +0000
commit346f48bca09bb28697fa3f15e59a9bfcaef70362 (patch)
tree6a7d4f7c6711b0e27e8acdde22ec0693f1ad382c /desktop/source/offacc/acceptor.hxx
parent85791b8bcb8ad2c366046638d3f6b92ca2679c43 (diff)
INTEGRATION: CWS sfxcleanup (1.3.130); FILE MERGED
2006/02/27 15:17:28 mba 1.3.130.1: #132394#: remove superfluous code
Diffstat (limited to 'desktop/source/offacc/acceptor.hxx')
-rw-r--r--desktop/source/offacc/acceptor.hxx13
1 files changed, 4 insertions, 9 deletions
diff --git a/desktop/source/offacc/acceptor.hxx b/desktop/source/offacc/acceptor.hxx
index a12c7691c3..83e471ebd3 100644
--- a/desktop/source/offacc/acceptor.hxx
+++ b/desktop/source/offacc/acceptor.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: acceptor.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:42:59 $
+ * last change: $Author: rt $ $Date: 2006-05-02 17:13:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,16 +69,11 @@
#ifndef _CPPUHELPER_INTERFACECONTAINER_H_
#include <cppuhelper/interfacecontainer.h>
#endif
-#ifndef _SFX_HELP_HXX
-#include <sfx2/sfxhelp.hxx>
-#endif
-#ifndef _SFX_UNO_HXX
-#include <sfx2/sfxuno.hxx>
-#endif
#ifndef _RTL_LOGFILE_HXX_
#include <rtl/logfile.hxx>
#endif
+#include <com/sun/star/registry/XRegistryKey.hpp>
#include <osl/mutex.hxx>
#include <osl/conditn.hxx>
#include <osl/thread.hxx>
@@ -96,7 +91,7 @@ using namespace ::com::sun::star::registry;
namespace desktop {
-class Acceptor
+class Acceptor
: public ::cppu::WeakImplHelper2<XServiceInfo, XInitialization>
{
private: