summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext/featuredispatcher.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:00:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:00:11 +0000
commitcde394b68942388afc606bd57a5cacac0976128a (patch)
treebca4960d667024e5f5f11143ec4791d7fa0892e7 /forms/source/richtext/featuredispatcher.cxx
parentINTEGRATION: CWS warnings01 (1.5.68); FILE MERGED (diff)
downloadcore-cde394b68942388afc606bd57a5cacac0976128a.tar.gz
core-cde394b68942388afc606bd57a5cacac0976128a.zip
INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED
2006/03/14 15:20:32 fs 1.3.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/richtext/featuredispatcher.cxx')
-rw-r--r--forms/source/richtext/featuredispatcher.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/richtext/featuredispatcher.cxx b/forms/source/richtext/featuredispatcher.cxx
index 8fbf21082c23..03fffe51eba8 100644
--- a/forms/source/richtext/featuredispatcher.cxx
+++ b/forms/source/richtext/featuredispatcher.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: featuredispatcher.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:05:14 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:59:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,8 +55,8 @@ namespace frm
//====================================================================
//--------------------------------------------------------------------
ORichTextFeatureDispatcher::ORichTextFeatureDispatcher( EditView& _rView, const URL& _rURL )
- :m_aStatusListeners( m_aMutex )
- ,m_aFeatureURL( _rURL )
+ :m_aFeatureURL( _rURL )
+ ,m_aStatusListeners( m_aMutex )
,m_pEditView( &_rView )
,m_bDisposed( false )
{
@@ -84,7 +84,7 @@ namespace frm
}
//--------------------------------------------------------------------
- void ORichTextFeatureDispatcher::disposing( ::osl::ClearableMutexGuard& _rClearBeforeNotify )
+ void ORichTextFeatureDispatcher::disposing( ::osl::ClearableMutexGuard& /*_rClearBeforeNotify*/ )
{
m_pEditView = NULL;
}
@@ -106,7 +106,7 @@ namespace frm
}
//--------------------------------------------------------------------
- void SAL_CALL ORichTextFeatureDispatcher::removeStatusListener( const Reference< XStatusListener >& _rxControl, const URL& _rURL ) throw (RuntimeException)
+ void SAL_CALL ORichTextFeatureDispatcher::removeStatusListener( const Reference< XStatusListener >& _rxControl, const URL& /*_rURL*/ ) throw (RuntimeException)
{
m_aStatusListeners.removeInterface( _rxControl );
}