summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:54:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:54:08 +0000
commit4b026fcdffff2174116f7c5baeb34ed3f3a067a4 (patch)
tree89e10a919bd1add07ffb29fad44f268034796c32
parent4690b5a362df57d23eccbfbfe87f66d9a9c4b79a (diff)
INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED
2006/03/15 07:55:38 fs 1.5.68.1: #i57457# warning-free code (unxsols4)
-rw-r--r--forms/source/component/entrylisthelper.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/forms/source/component/entrylisthelper.hxx b/forms/source/component/entrylisthelper.hxx
index 45ea642cd7a4..5cedd215a040 100644
--- a/forms/source/component/entrylisthelper.hxx
+++ b/forms/source/component/entrylisthelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: entrylisthelper.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:48:23 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:54:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -97,6 +97,9 @@ namespace frm
*/
void disposing( );
+ // prevent method hiding
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException) = 0;
+
/** helper for implementing convertFastPropertyValue( StringItemList )
<p>The signature of this method and the return type have the same semantics
@@ -148,6 +151,7 @@ namespace frm
virtual void SAL_CALL entryRangeInserted( const ::com::sun::star::form::binding::ListEntryEvent& _rSource ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL entryRangeRemoved( const ::com::sun::star::form::binding::ListEntryEvent& _rSource ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL allEntriesChanged( const ::com::sun::star::lang::EventObject& _rSource ) throw (::com::sun::star::uno::RuntimeException);
+
private:
/** disconnects from the active external list source, if present
@see connectExternalListSource