summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:15:13 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:15:13 +0000
commitc723ff78f1f3e6e8fa76bc83d68a4ee41132add3 (patch)
treee916fb597bf3fb4611ba5b9d4cf6bb0e5de8dbfb /desktop
parenta070a1b6f11f301d295f2acfd8850cf967cc3f3d (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.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/offacc/acceptor.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/source/offacc/acceptor.hxx b/desktop/source/offacc/acceptor.hxx
index 09f6300e6391..751b50022ed0 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);