summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-19 10:58:21 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-19 10:58:21 +0000
commit9a751f4e36534d6e0bc8af5e980a195d5ac9fa2c (patch)
treeeddfcfb49a5e105a57ae817e2e608d35d39810ef /forms
parent14fcbf47ccb4616ab291e996c5f26fe5f01c2fd0 (diff)
#i10000# using OPropertySetAggregationHelper::getPropertyValues missing
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/FormComponent.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 964194a8632f..048e9700a0c7 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FormComponent.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2007-03-09 13:35:31 $
+ * last change: $Author: obo $ $Date: 2007-03-19 11:58:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -517,6 +517,8 @@ public:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getPropertyValues( ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
using OPropertySetAggregationHelper::setPropertyValues;
+protected:
+ using OPropertySetAggregationHelper::getPropertyValues;
protected:
virtual void writeAggregate( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream >& _rxOutStream ) const;