diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-21 12:21:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-21 12:21:21 +0000 |
commit | 80e87a7d70a000445e52a1603134ab90828b531b (patch) | |
tree | 697631bf8a06491041fa4b595e74d16100dae8b3 /forms/source/component/EventThread.hxx | |
parent | f8ee5915c0b0de1295323a211fec5ed2ff951437 (diff) |
INTEGRATION: CWS dba202a (1.7.30); FILE MERGED
2005/11/25 13:42:18 fs 1.7.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach
Diffstat (limited to 'forms/source/component/EventThread.hxx')
-rw-r--r-- | forms/source/component/EventThread.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/forms/source/component/EventThread.hxx b/forms/source/component/EventThread.hxx index 247261ecfa57..ccbda2827596 100644 --- a/forms/source/component/EventThread.hxx +++ b/forms/source/component/EventThread.hxx @@ -4,9 +4,9 @@ * * $RCSfile: EventThread.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:38:35 $ + * last change: $Author: obo $ $Date: 2005-12-21 13:21:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,9 +53,6 @@ #ifndef _COMPHELPER_STLTYPES_HXX_ #include <comphelper/stl_types.hxx> #endif -#ifndef _COMPHELPER_GUARDING_HXX_ -#include <comphelper/guarding.hxx> -#endif #ifndef _COMPHELPER_UNO3_HXX_ #include <comphelper/uno3.hxx> #endif |