diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 12:33:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 12:33:56 +0000 |
commit | 7bb91d19540a7ecfac2e6255cab8e8a5d6bfc3a8 (patch) | |
tree | 7cc514930caaffae99342631ffcbba1b8b646191 | |
parent | 9cac9e996a37abe43a7e395b5ae65030891e18bb (diff) |
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#
-rw-r--r-- | forms/source/component/refvaluecomponent.cxx | 6 |
1 files 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 ); |