diff options
Diffstat (limited to 'forms/source/component/Time.hxx')
-rw-r--r-- | forms/source/component/Time.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Time.hxx b/forms/source/component/Time.hxx index 94ed511d630f..d2ba5381f466 100644 --- a/forms/source/component/Time.hxx +++ b/forms/source/component/Time.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Time.hxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -84,10 +84,12 @@ protected: translateDbColumnToControlValue( ); virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset ); + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > + getSupportedBindingTypes(); virtual ::com::sun::star::uno::Any translateControlValueToExternalValue( ) const; 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; @@ -97,8 +99,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(); |