summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:58:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:58:28 +0000
commit3bd58bc3df5c7bf3a5cd17962494ff8120795b12 (patch)
treea728f445f9fc8b184c5d1879f3fb4aa1753aec6b
parentaabd695da853b1ce530157acf9e794a0e031159e (diff)
INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED
2006/03/14 15:20:31 fs 1.3.68.1: #i57457# warning-free code
-rw-r--r--forms/source/misc/listenercontainers.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/misc/listenercontainers.cxx b/forms/source/misc/listenercontainers.cxx
index a95292ffef65..59ddc3eecc2a 100644
--- a/forms/source/misc/listenercontainers.cxx
+++ b/forms/source/misc/listenercontainers.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: listenercontainers.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:01:40 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:58:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,7 @@ namespace frm
//= ResetListeners
//====================================================================
//---------------------------------------------------------------------
- bool ResetListeners::implNotify( const Reference< XResetListener >& _rxListener,
+ bool ResetListeners::implTypedNotify( const Reference< XResetListener >& _rxListener,
const EventObject& _rEvent ) SAL_THROW( ( Exception ) )
{
switch ( m_eCurrentNotificationType )