summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-12-21 12:21:51 +0000
committerOliver Bolte <obo@openoffice.org>2005-12-21 12:21:51 +0000
commitf45369f0c5c046ab3dc5a404bfaf74ae4eb43753 (patch)
tree307cc332bab9d4c6a86385889a2f5929971490cc /forms/source
parent5c9be067005a9fc8b6fcd2604360d3b216c5ee46 (diff)
INTEGRATION: CWS dba202a (1.42.28); FILE MERGED
2005/11/25 13:42:20 fs 1.42.28.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/FormComponent.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index 9b623972e14d..b418c7f84869 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FormComponent.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:40:21 $
+ * last change: $Author: obo $ $Date: 2005-12-21 13:21:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,6 +79,9 @@
#ifndef _COMPHELPER_PROPERTY_HXX_
#include <comphelper/property.hxx>
#endif
+#ifndef _COMPHELPER_GUARDING_HXX_
+#include <comphelper/guarding.hxx>
+#endif
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
#include <connectivity/dbtools.hxx>
#endif