summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-04-26 13:34:58 +0000
committerFrank Schönheit <fs@openoffice.org>2002-04-26 13:34:58 +0000
commit864324072d1596153daf3df6ab2a70d49b594604 (patch)
treef7be4b50432fe51681b04ed7fe525fb99757baeb /toolkit/inc/toolkit
parentea34702f4d1cb01b0334c016d09a8b19701c29b8 (diff)
#98750# removed some obsolete (commented anyway) stuff left over from the previous change
Diffstat (limited to 'toolkit/inc/toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
index ee92111fad34..50aebf4f186e 100644
--- a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
+++ b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxaccessiblecomponent.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: fs $ $Date: 2002-04-25 11:21:20 $
+ * last change: $Author: fs $ $Date: 2002-04-26 14:34:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,18 +100,6 @@ namespace utl {
class AccessibleStateSetHelper;
}
-//class MutexHelper_Impl
-//{
-//protected:
-// ::osl::Mutex maMutex;
-//};
-
-//typedef cppu::WeakComponentImplHelper3<
-// ::drafts::com::sun::star::accessibility::XAccessibleContext,
-// ::drafts::com::sun::star::accessibility::XAccessibleExtendedComponent,
-// ::drafts::com::sun::star::accessibility::XAccessibleEventBroadcaster
-// > VCLXAccessibleComponentBase;
-
typedef ::comphelper::OAccessibleExtendedComponentHelper VCLXAccessibleComponentBase;
// ----------------------------------------------------
@@ -132,7 +120,6 @@ private:
void* pDummy2;
protected:
-// ::osl::Mutex& GetMutex() { return maMutex; }
DECL_LINK( WindowEventListener, VclSimpleEvent* );
virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );