summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/model/main/FormattedString.cxx10
-rw-r--r--chart2/source/model/main/Wall.cxx8
2 files changed, 11 insertions, 7 deletions
diff --git a/chart2/source/model/main/FormattedString.cxx b/chart2/source/model/main/FormattedString.cxx
index 03d07bde5950..435c411e22af 100644
--- a/chart2/source/model/main/FormattedString.cxx
+++ b/chart2/source/model/main/FormattedString.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FormattedString.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:36:42 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:50:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -102,13 +102,15 @@ FormattedString::FormattedString( const ::rtl::OUString & rString ) :
{}
FormattedString::FormattedString(
- uno::Reference< uno::XComponentContext > const & xContext ) :
+ uno::Reference< uno::XComponentContext > const & /* xContext */ ) :
::property::OPropertySet( m_aMutex ),
m_aString(),
m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder( m_aMutex ))
{}
FormattedString::FormattedString( const FormattedString & rOther ) :
+ MutexContainer(),
+ impl::FormattedString_Base(),
::property::OPropertySet( rOther, m_aMutex ),
m_aString( rOther.m_aString ),
m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder( m_aMutex ))
@@ -181,7 +183,7 @@ void SAL_CALL FormattedString::modified( const lang::EventObject& aEvent )
}
// ____ XEventListener (base of XModifyListener) ____
-void SAL_CALL FormattedString::disposing( const lang::EventObject& Source )
+void SAL_CALL FormattedString::disposing( const lang::EventObject& /* Source */ )
throw (uno::RuntimeException)
{
// nothing
diff --git a/chart2/source/model/main/Wall.cxx b/chart2/source/model/main/Wall.cxx
index 9217b8f9d870..24a3958f68bd 100644
--- a/chart2/source/model/main/Wall.cxx
+++ b/chart2/source/model/main/Wall.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Wall.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:42:23 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:51:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -145,6 +145,8 @@ Wall::Wall() :
{}
Wall::Wall( const Wall & rOther ) :
+ MutexContainer(),
+ impl::Wall_Base(),
::property::OPropertySet( rOther, m_aMutex ),
m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder( m_aMutex ))
{}
@@ -253,7 +255,7 @@ void SAL_CALL Wall::modified( const lang::EventObject& aEvent )
}
// ____ XEventListener (base of XModifyListener) ____
-void SAL_CALL Wall::disposing( const lang::EventObject& Source )
+void SAL_CALL Wall::disposing( const lang::EventObject& /* Source */ )
throw (uno::RuntimeException)
{
// nothing