diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 13:15:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 13:15:13 +0000 |
commit | d3bf50d40a4031eaf056814f6728320d60f5a95b (patch) | |
tree | 69f3bccef96fb34dd494e727615121c9b6d8affa | |
parent | 370227bc8110b51e3a8db1a7cb790e424ffc0d4e (diff) |
INTEGRATION: CWS sb59 (1.4.52); FILE MERGED
2006/07/20 07:55:34 sb 1.4.52.1: #i67537# Made code warning-free.
-rw-r--r-- | desktop/source/offacc/acceptor.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/source/offacc/acceptor.hxx b/desktop/source/offacc/acceptor.hxx index 83e471ebd3..578ebb38a0 100644 --- a/desktop/source/offacc/acceptor.hxx +++ b/desktop/source/offacc/acceptor.hxx @@ -4,9 +4,9 @@ * * $RCSfile: acceptor.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-05-02 17:13:21 $ + * last change: $Author: obo $ $Date: 2006-10-12 14:15:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -113,8 +113,6 @@ private: OUString m_aProtocol; sal_Bool m_bInit; - oslThread m_aThread; - public: Acceptor( const Reference< XMultiServiceFactory >& aFactory ); @@ -129,7 +127,6 @@ public: static Sequence<OUString> impl_getSupportedServiceNames(); virtual Sequence<OUString> SAL_CALL getSupportedServiceNames() throw (RuntimeException); - static sal_Bool impl_supportsService( const OUString& aName ); virtual sal_Bool SAL_CALL supportsService( const OUString& aName ) throw (RuntimeException); |