summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/FormattedString.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-25 07:51:58 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-25 07:51:58 +0000
commit4aa34325131c689e404322a7bc173a1771f38730 (patch)
treeb27a8d67399d2181384619c4c45528d98f2e91a6 /chart2/source/model/main/FormattedString.cxx
parentc44d0247165e3df2da8f0c911ed03f20a4c94c7f (diff)
INTEGRATION: CWS chart07 (1.6.12); FILE MERGED
2007/07/11 14:49:20 bm 1.6.12.2: #i69281# warnings removed 2007/06/27 13:28:52 bm 1.6.12.1: some unused parameter warnings removed
Diffstat (limited to 'chart2/source/model/main/FormattedString.cxx')
-rw-r--r--chart2/source/model/main/FormattedString.cxx10
1 files changed, 6 insertions, 4 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