summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Diagram.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:49:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:49:57 +0000
commit194d34ed60d9d66a57fd58882b05fdd609c0aa64 (patch)
tree5f8684d782daeea9b38db29e9a31ee09dd49c9bb /chart2/source/model/main/Diagram.cxx
parented713492fe3680b748962444656e36ae61ec67c5 (diff)
INTEGRATION: CWS chart07 (1.14.12); FILE MERGED
2007/07/11 14:49:20 bm 1.14.12.3: #i69281# warnings removed 2007/07/06 16:50:44 bm 1.14.12.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/27 13:28:52 bm 1.14.12.1: some unused parameter warnings removed
Diffstat (limited to 'chart2/source/model/main/Diagram.cxx')
-rw-r--r--chart2/source/model/main/Diagram.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/chart2/source/model/main/Diagram.cxx b/chart2/source/model/main/Diagram.cxx
index 77f47a597658..311f3e3989d4 100644
--- a/chart2/source/model/main/Diagram.cxx
+++ b/chart2/source/model/main/Diagram.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Diagram.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 13:42:45 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:49:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -226,6 +226,8 @@ Diagram::Diagram( uno::Reference< uno::XComponentContext > const & xContext ) :
}
Diagram::Diagram( const Diagram & rOther ) :
+ MutexContainer(),
+ impl::Diagram_Base(),
::property::OPropertySet( rOther, m_aMutex ),
m_xContext( rOther.m_xContext ),
m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder( m_aMutex ))
@@ -483,7 +485,7 @@ void SAL_CALL Diagram::modified( const lang::EventObject& aEvent )
}
// ____ XEventListener (base of XModifyListener) ____
-void SAL_CALL Diagram::disposing( const lang::EventObject& Source )
+void SAL_CALL Diagram::disposing( const lang::EventObject& /* Source */ )
throw (uno::RuntimeException)
{
// nothing