diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-04-02 09:49:21 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-04-02 09:49:21 +0000 |
commit | f8f9071aa41b2dcea0df451814292f0f67e82bf9 (patch) | |
tree | 3d4efe5413e4806b17fc451080ddf81feed34c9b | |
parent | f39c71ce02e07a11a5325d38e16354e83a9e28b0 (diff) |
INTEGRATION: CWS frmvalidation (1.6.36); FILE MERGED
2004/03/11 16:46:11 fs 1.6.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)
-rw-r--r-- | forms/source/component/CheckBox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/CheckBox.hxx b/forms/source/component/CheckBox.hxx index a93b47bc9..ee5733119 100644 --- a/forms/source/component/CheckBox.hxx +++ b/forms/source/component/CheckBox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: CheckBox.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2003-10-21 08:54:58 $ + * last change: $Author: rt $ $Date: 2004-04-02 10:49:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,7 +138,7 @@ 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< ::drafts::com::sun::star::form::XValueBinding >& _rxBinding ); + virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding ); }; //================================================================== |