summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:23:31 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:23:31 +0000
commita8820b07eee84cf0cf9c90e8132b316a7cc19354 (patch)
tree7bb1132971a95caa1ed67903f7dc62ee921824b7 /forms/source
parent959c5af635a1710799ff24eab364e48944450f4c (diff)
INTEGRATION: CWS dba18 (1.21.14); FILE MERGED
2004/10/18 14:26:59 fs 1.21.14.1: #i30258# ActiveConnection is now a 'forwarded property', which, amongst others, ensures that notifications about its change are not done while our mutex is locked
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/DatabaseForm.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index fa665af3ba30..bd2cb2953a49 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:36:30 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:23:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -535,6 +535,11 @@ public:
inline void submitNBC( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& Control, const ::com::sun::star::awt::MouseEvent& MouseEvt );
protected:
+ // OPropertySetAggregationHelper overridables
+ virtual void SAL_CALL forwardingPropertyValue( sal_Int32 _nHandle );
+ virtual void SAL_CALL forwardedPropertyValue( sal_Int32 _nHandle, bool _bSuccess );
+
+ // OInterfaceContainer overridables
virtual void implInserted( const ElementDescription* _pElement );
virtual void implRemoved(const InterfaceRef& _rxObject);