summaryrefslogtreecommitdiff
path: root/forms/source/component/navigationbar.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 12:33:20 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 12:33:20 +0000
commit640acfbfb6ce294debc7128741a23efb2a2ebcfa (patch)
tree1e4d3b3ccf6b1ad93758c40bdb37e51d5233334d /forms/source/component/navigationbar.cxx
parentaf1f3b59146d3feea7428942e7c41e0542ac10c0 (diff)
INTEGRATION: CWS hb02 (1.9.52); FILE MERGED
2007/02/01 12:09:41 fs 1.9.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.9.52.1: changed handling of properties in the course of #i74051#
Diffstat (limited to 'forms/source/component/navigationbar.cxx')
-rw-r--r--forms/source/component/navigationbar.cxx19
1 files changed, 3 insertions, 16 deletions
diff --git a/forms/source/component/navigationbar.cxx b/forms/source/component/navigationbar.cxx
index f23d8b2d7864..7d41601e8b4a 100644
--- a/forms/source/component/navigationbar.cxx
+++ b/forms/source/component/navigationbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: navigationbar.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 23:55:11 $
+ * last change: $Author: obo $ $Date: 2007-03-09 13:33:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -372,18 +372,6 @@ namespace frm
}
//------------------------------------------------------------------
- Reference< XPropertySetInfo > SAL_CALL ONavigationBarModel::getPropertySetInfo() throw( RuntimeException )
- {
- return createPropertySetInfo( getInfoHelper() );
- }
-
- //------------------------------------------------------------------
- ::cppu::IPropertyArrayHelper& SAL_CALL ONavigationBarModel::getInfoHelper()
- {
- return *getArrayHelper();
- }
-
- //------------------------------------------------------------------
void SAL_CALL ONavigationBarModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const
{
if ( isRegisteredProperty( _nHandle ) )
@@ -495,8 +483,7 @@ namespace frm
}
//------------------------------------------------------------------
- void ONavigationBarModel::fillProperties( Sequence< Property >& /* [out] */ _rProps,
- Sequence< Property >& /* [out] */ _rAggregateProps ) const
+ void ONavigationBarModel::describeFixedProperties( Sequence< Property >& _rProps ) const
{
BEGIN_DESCRIBE_PROPERTIES( 1, OControlModel )
DECL_PROP2( TABINDEX, sal_Int16, BOUND, MAYBEDEFAULT );