diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-04-02 09:57:22 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-04-02 09:57:22 +0000 |
commit | a37a6ea8e48400fb2d1b59c998877decc8948a8b (patch) | |
tree | d1ee461dbeadb44b8c42af597198c06c258480d5 /forms/source/component/scrollbar.hxx | |
parent | fe32b0c47152c31ce6b625a493ce26f2e3d52155 (diff) |
INTEGRATION: CWS frmvalidation (1.2.26); FILE MERGED
2004/03/11 16:46:21 fs 1.2.26.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/scrollbar.hxx')
-rw-r--r-- | forms/source/component/scrollbar.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/scrollbar.hxx b/forms/source/component/scrollbar.hxx index 02b3e5629..f44e5baca 100644 --- a/forms/source/component/scrollbar.hxx +++ b/forms/source/component/scrollbar.hxx @@ -2,9 +2,9 @@ * * $RCSfile: scrollbar.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2003-12-11 12:30:31 $ + * last change: $Author: rt $ $Date: 2004-04-02 10:56:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,7 +126,7 @@ namespace frm translateExternalValueToControlValue( ); virtual ::com::sun::star::uno::Any translateControlValueToExternalValue( ); - 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 ); // XCoponent and related helpers virtual void SAL_CALL disposing(); |