summaryrefslogtreecommitdiff
path: root/desktop/source/offacc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-02 16:13:10 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-02 16:13:10 +0000
commit7043dd69fd61ce04708f1d6e02373a2ed688e7ae (patch)
tree9faa15ce3c0e70bda919258c4f651a274142e8f5 /desktop/source/offacc
parent82a24db90e198971a5df2ccf0286fb9e925d1c2a (diff)
INTEGRATION: CWS sfxcleanup (1.4.130); FILE MERGED
2006/02/27 15:17:27 mba 1.4.130.1: #132394#: remove superfluous code
Diffstat (limited to 'desktop/source/offacc')
-rw-r--r--desktop/source/offacc/acceptor.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx
index 731b1588eb93..f16109309423 100644
--- a/desktop/source/offacc/acceptor.cxx
+++ b/desktop/source/offacc/acceptor.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: acceptor.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:42:43 $
+ * last change: $Author: rt $ $Date: 2006-05-02 17:13:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,9 +47,6 @@
#ifndef _STREAM_HXX
#include <tools/stream.hxx>
#endif
-#ifndef _SFX_HRC
-#include <sfx2/sfx.hrc>
-#endif
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
@@ -60,7 +57,7 @@
#include <com/sun/star/uno/XNamingService.hpp>
#endif
-
+#include <cppuhelper/factory.hxx>
namespace desktop
{