summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-04-02 09:50:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-04-02 09:50:54 +0000
commit2cfaab6389fe2c03bd66fff1513e296b8577a2bc (patch)
treead70b1640b148c0725bea137f172f0d7b4af8794 /forms/source/component/Date.hxx
parent04305b5858fd907ec32ba30ef7f1195bbc778309 (diff)
INTEGRATION: CWS frmvalidation (1.7.36); FILE MERGED
2004/03/11 16:46:13 fs 1.7.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external value suppliers into css.form.binding (out of drafts.css.form/component)
Diffstat (limited to 'forms/source/component/Date.hxx')
-rw-r--r--forms/source/component/Date.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx
index b634ab03fb30..205ada06f7cd 100644
--- a/forms/source/component/Date.hxx
+++ b/forms/source/component/Date.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2003-10-21 08:56:48 $
+ * last change: $Author: rt $ $Date: 2004-04-02 10:50:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,6 +123,9 @@ protected:
virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset );
virtual ::com::sun::star::uno::Any
+ translateControlValueToValidatableValue( ) const;
+
+ virtual ::com::sun::star::uno::Any
getDefaultForReset() const;
virtual void onConnectedDbColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxForm );