summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/CommandDispatch.cxx
diff options
context:
space:
mode:
authorAlfonso Eusebio <alfonso_eusebio@yahoo.co.uk>2011-01-25 15:04:20 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-01-25 15:04:20 +0000
commitb83d973a49ada877c21ad76e410af82fdade5cc1 (patch)
tree005c02f31ff48f6ad70abc4460a2aee502ad5d96 /chart2/source/controller/main/CommandDispatch.cxx
parentWaE: gcc 4.6.0 various warnings (diff)
downloadcore-b83d973a49ada877c21ad76e410af82fdade5cc1.tar.gz
core-b83d973a49ada877c21ad76e410af82fdade5cc1.zip
emoved lines of code that were commented out.
Diffstat (limited to 'chart2/source/controller/main/CommandDispatch.cxx')
-rw-r--r--chart2/source/controller/main/CommandDispatch.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/controller/main/CommandDispatch.cxx b/chart2/source/controller/main/CommandDispatch.cxx
index ae7a54f26939..0a1b02e5dd33 100644
--- a/chart2/source/controller/main/CommandDispatch.cxx
+++ b/chart2/source/controller/main/CommandDispatch.cxx
@@ -183,8 +183,6 @@ void CommandDispatch::fireStatusEventForURL(
tListenerMap::iterator aIt( m_aListeners.find( aURL.Complete ));
if( aIt != m_aListeners.end())
{
-// ::cppu::OInterfaceContainerHelper * pCntHlp = rBHelper.getContainer(
-// ::getCppuType( reinterpret_cast< Reference< frame::XStatusListener > * >(0)));
if( aIt->second )
{
::cppu::OInterfaceIteratorHelper aIntfIt( *((*aIt).second) );