From 13015d6e0671db5418c00df28731fd6d561696c4 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 25 Jun 2008 11:02:03 +0000 Subject: 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 --- forms/source/component/Time.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forms') 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(); -- cgit v1.2.3