summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Title.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-25 07:51:45 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-25 07:51:45 +0000
commitc44d0247165e3df2da8f0c911ed03f20a4c94c7f (patch)
treee0a4c8a04aa52002bee34d4f5cb15b506a922a40 /chart2/source/model/main/Title.cxx
parent9f766165098a95b4704c61a756b09aed845a46d4 (diff)
INTEGRATION: CWS chart07 (1.10.12); FILE MERGED
2007/07/11 14:49:20 bm 1.10.12.2: #i69281# warnings removed 2007/06/27 13:28:52 bm 1.10.12.1: some unused parameter warnings removed
Diffstat (limited to 'chart2/source/model/main/Title.cxx')
-rw-r--r--chart2/source/model/main/Title.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/chart2/source/model/main/Title.cxx b/chart2/source/model/main/Title.cxx
index edeef0e54a46..c1f823229801 100644
--- a/chart2/source/model/main/Title.cxx
+++ b/chart2/source/model/main/Title.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Title.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:41:54 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:51:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -267,12 +267,14 @@ const uno::Sequence< Property > & lcl_GetPropertySequence()
namespace chart
{
-Title::Title( uno::Reference< uno::XComponentContext > const & xContext ) :
+Title::Title( uno::Reference< uno::XComponentContext > const & /* xContext */ ) :
::property::OPropertySet( m_aMutex ),
m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder( m_aMutex ))
{}
Title::Title( const Title & rOther ) :
+ MutexContainer(),
+ impl::Title_Base(),
::property::OPropertySet( rOther, m_aMutex ),
m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder( m_aMutex ))
{
@@ -411,7 +413,7 @@ void SAL_CALL Title::modified( const lang::EventObject& aEvent )
}
// ____ XEventListener (base of XModifyListener) ____
-void SAL_CALL Title::disposing( const lang::EventObject& Source )
+void SAL_CALL Title::disposing( const lang::EventObject& /* Source */ )
throw (uno::RuntimeException)
{
// nothing