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 | 206f6d0cf3172a8995f92b85aded5e41a8a5290b (patch) | |
tree | 635e5bd5e4918cfea05193a10370b217e5671f09 /forms/source/component/CheckBox.hxx | |
parent | 174cdfcb6230459de37944d0ece30a866a665543 (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)
Diffstat (limited to 'forms/source/component/CheckBox.hxx')
-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 5f26c9ad73fb..28c5cbca58f2 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 ); }; //================================================================== |