From 7bb91d19540a7ecfac2e6255cab8e8a5d6bfc3a8 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 9 Mar 2007 12:33:56 +0000 Subject: INTEGRATION: CWS hb02 (1.8.44); FILE MERGED 2007/02/01 12:09:42 fs 1.8.44.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.8.44.1: changed handling of properties in the course of #i74051# --- forms/source/component/refvaluecomponent.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forms/source/component/refvaluecomponent.cxx b/forms/source/component/refvaluecomponent.cxx index 2ede4851d864..fad9cc2da016 100644 --- a/forms/source/component/refvaluecomponent.cxx +++ b/forms/source/component/refvaluecomponent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: refvaluecomponent.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-12 11:13:41 $ + * last change: $Author: obo $ $Date: 2007-03-09 13:33:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -177,7 +177,7 @@ namespace frm } //-------------------------------------------------------------------- - void OReferenceValueComponent::fillProperties( Sequence< Property >& /* [out] */ _rProps, Sequence< Property >& /* [out] */ _rAggregateProps ) const + void OReferenceValueComponent::describeFixedProperties( Sequence< Property >& _rProps ) const { BEGIN_DESCRIBE_PROPERTIES( m_bSupportSecondRefValue ? 3 : 2, OBoundControlModel ) DECL_PROP1( REFVALUE, ::rtl::OUString, BOUND ); -- cgit