summaryrefslogtreecommitdiffstats
path: root/io/source/stm/opump.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /io/source/stm/opump.cxx
parentfdo#70414: Use correct target names for building Visual Studio projects. (diff)
downloadcore-0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf.tar.gz
core-0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf.zip
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'io/source/stm/opump.cxx')
-rw-r--r--io/source/stm/opump.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx
index 93b4f51e49ed..35d1233e5ad5 100644
--- a/io/source/stm/opump.cxx
+++ b/io/source/stm/opump.cxx
@@ -303,7 +303,7 @@ void Pump::run()
}
}
-// ------------------------------------------------------------
+
/*
* XConnectable
@@ -315,7 +315,7 @@ void Pump::setPredecessor( const Reference< XConnectable >& xPred ) throw()
m_xPred = xPred;
}
-// ------------------------------------------------------------
+
Reference< XConnectable > Pump::getPredecessor() throw()
{
@@ -323,7 +323,7 @@ Reference< XConnectable > Pump::getPredecessor() throw()
return m_xPred;
}
-// ------------------------------------------------------------
+
void Pump::setSuccessor( const Reference< XConnectable >& xSucc ) throw()
{
@@ -331,7 +331,7 @@ void Pump::setSuccessor( const Reference< XConnectable >& xSucc ) throw()
m_xSucc = xSucc;
}
-// ------------------------------------------------------------
+
Reference< XConnectable > Pump::getSuccessor() throw()
{
@@ -339,7 +339,7 @@ Reference< XConnectable > Pump::getSuccessor() throw()
return m_xSucc;
}
-// -----------------------------------------------------------------
+
/*
* XActiveDataControl
@@ -350,14 +350,14 @@ void Pump::addListener( const Reference< XStreamListener >& xListener ) throw()
m_cnt.addInterface( xListener );
}
-// ------------------------------------------------------------
+
void Pump::removeListener( const Reference< XStreamListener >& xListener ) throw()
{
m_cnt.removeInterface( xListener );
}
-// ------------------------------------------------------------
+
void Pump::start() throw( RuntimeException )
{
@@ -377,7 +377,7 @@ void Pump::start() throw( RuntimeException )
}
}
-// ------------------------------------------------------------
+
void Pump::terminate() throw()
{
@@ -391,7 +391,7 @@ void Pump::terminate() throw()
fireClose();
}
-// ------------------------------------------------------------
+
/*
* XActiveDataSink
@@ -407,7 +407,7 @@ void Pump::setInputStream( const Reference< XInputStream >& xStream ) throw()
// data transfer starts in XActiveDataControl::start
}
-// ------------------------------------------------------------
+
Reference< XInputStream > Pump::getInputStream() throw()
{
@@ -415,7 +415,7 @@ Reference< XInputStream > Pump::getInputStream() throw()
return m_xInput;
}
-// ------------------------------------------------------------
+
/*
* XActiveDataSource