diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-05 18:44:27 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-06 15:06:38 +0200 |
commit | 5bc87c1bce72bf670958a0a06e5b63ff259659ad (patch) | |
tree | 6b010132bedd9fcddaf6e0dd474a4a02a3bfa3d0 /desktop | |
parent | 5df47e2a17abb2a2455df42fa65756d862e5c6f0 (diff) |
drop unused includes
Change-Id: Iba9f3dcb5404d28b60585bbddd2af4ec0511cea2
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index 4510f65dcbc5..61749529f335 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -28,9 +28,6 @@ #include "acceptor.hxx" -#include <unotools/bootstrap.hxx> -#include <tools/stream.hxx> -#include <vcl/svapp.hxx> #include <com/sun/star/bridge/BridgeFactory.hpp> #include <com/sun/star/uno/XNamingService.hpp> #include <comphelper/processfactory.hxx> @@ -293,7 +290,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL offacc_component_getFactory(const sal_Char Reference< XMultiServiceFactory > xServiceManager( reinterpret_cast< XMultiServiceFactory* >(pServiceManager)); - if (Acceptor::impl_getImplementationName().compareToAscii( pImplementationName ) == COMPARE_EQUAL ) + if (Acceptor::impl_getImplementationName().equalsAscii( pImplementationName ) ) { xFactory = Reference< XSingleServiceFactory >( cppu::createSingleFactory( xServiceManager, Acceptor::impl_getImplementationName(), |