summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:47:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:47:58 +0000
commit5ef31e4db45b9a96af0eb57fac976bb3ce10c696 (patch)
treef41a2cdff37640034b043e049f87c7ef685529da /forms/source/component
parent6df0351262b92dfe80c9b8c19ec51813dffb2712 (diff)
INTEGRATION: CWS warnings01 (1.12.68); FILE MERGED
2006/03/15 07:55:30 fs 1.12.68.1: #i57457# warning-free code (unxsols4)
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/Edit.hxx19
1 files changed, 12 insertions, 7 deletions
diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx
index dd0087c41b6e..7a4313ff93d0 100644
--- a/forms/source/component/Edit.hxx
+++ b/forms/source/component/Edit.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Edit.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:37:36 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:47:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,29 +85,34 @@ public:
// XPropertySet
virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
-// ::com::sun::star::io::XPersistObject
+
+ // XPersistObject
virtual void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException);
-// ::com::sun::star::beans::XPropertySet
+ // XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() throw(::com::sun::star::uno::RuntimeException);
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
+ using OBoundControlModel::getFastPropertyValue;
-// XReset
+ // XReset
virtual void SAL_CALL reset( ) throw(::com::sun::star::uno::RuntimeException);
-// ::com::sun::star::lang::XServiceInfo
+ // XServiceInfo
IMPLEMENTATION_NAME(OEditModel);
virtual StringSequence SAL_CALL getSupportedServiceNames() throw();
-// OAggregationArrayUsageHelper
+ // OAggregationArrayUsageHelper
virtual void fillProperties(
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps,
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps
) const;
IMPLEMENT_INFO_SERVICE()
+ // XEventListener
+ using OBoundControlModel::disposing;
+
protected:
// OControlModel overridables
virtual void writeAggregate( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream >& _rxOutStream ) const;