diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:41:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:41:17 +0000 |
commit | 44c970dd1f2c77b090c5737445f2f7f533969156 (patch) | |
tree | ab96ca35d33490a912e1f8af1a419d599430e029 /forms/source/component/Date.hxx | |
parent | 6ef8a4f3f31126a348d2966ba2d08c4a7d62658f (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.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx index 966ea010a..f8b36ad3b 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(); }; |