diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 10:53:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 10:53:15 +0000 |
commit | ce10a1ea60f370155f8d6abba0f93ccb5e422ede (patch) | |
tree | 387ddb827e134af762537fff040c0623df66a571 /forms/source | |
parent | 1929060d42bb7e22089a64fe85d329d5a6297d92 (diff) |
INTEGRATION: CWS dba30d (1.15.18); FILE MERGED
2008/05/27 12:28:02 fs 1.15.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/Date.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx index a0ce592a7c9e..4c4e84e2822f 100644 --- a/forms/source/component/Date.hxx +++ b/forms/source/component/Date.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Date.hxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -85,8 +85,10 @@ protected: virtual ::com::sun::star::uno::Any translateControlValueToExternalValue( ) const; + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > + getSupportedBindingTypes(); virtual ::com::sun::star::uno::Any - translateExternalValueToControlValue( ) const; + translateExternalValueToControlValue( const ::com::sun::star::uno::Any& _rExternalValue ) const; virtual ::com::sun::star::uno::Any translateControlValueToValidatableValue( ) const; @@ -96,8 +98,6 @@ 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(); |