summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 09:41:17 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 09:41:17 +0000
commit73115dcdc23265aca8ae5876324d1315da2db3c3 (patch)
tree2b56963dc240e3aa74f8679b35fb330752832739 /forms/source/component/Date.hxx
parent12fd63ff0881436902e60cc627c8706997dc8fc8 (diff)
INTEGRATION: CWS eforms2 (1.8.4); FILE MERGED
2004/07/26 10:21:17 fs 1.8.4.1: #i31958# be bindable
Diffstat (limited to 'forms/source/component/Date.hxx')
-rw-r--r--forms/source/component/Date.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx
index 205ada06f7cd..13d4c84349b4 100644
--- a/forms/source/component/Date.hxx
+++ b/forms/source/component/Date.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:50:54 $
+ * last change: $Author: obo $ $Date: 2004-11-16 10:36:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,8 @@ protected:
virtual void onConnectedDbColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxForm );
+ virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding );
+
protected:
DECLARE_XCLONEABLE();
};