summaryrefslogtreecommitdiff
path: root/io
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
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
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')
-rw-r--r--io/source/stm/odata.cxx4
-rw-r--r--io/source/stm/omark.cxx4
-rw-r--r--io/source/stm/opump.cxx22
-rw-r--r--io/test/stm/marktest.cxx2
-rw-r--r--io/test/testcomponent.cxx2
5 files changed, 17 insertions, 17 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx
index adeb46d5fadf..94799b77e6a4 100644
--- a/io/source/stm/odata.cxx
+++ b/io/source/stm/odata.cxx
@@ -894,7 +894,7 @@ Sequence<OUString> ODataOutputStream_getSupportedServiceNames(void)
return aRet;
}
-//--------------------------------------
+
struct equalObjectContainer_Impl
{
bool operator()(const Reference< XInterface > & s1,
@@ -904,7 +904,7 @@ struct equalObjectContainer_Impl
}
};
-//-----------------------------------------------------------------------------
+
struct hashObjectContainer_Impl
{
size_t operator()(const Reference< XInterface > & xRef) const
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index 7f0261e40b41..af476040d272 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -471,11 +471,11 @@ Sequence<OUString> OMarkableOutputStream_getSupportedServiceNames(void)
-//------------------------------------------------
+
//
// XMarkableInputStream
//
-//------------------------------------------------
+
class OMarkableInputStream :
public WeakImplHelper5
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
diff --git a/io/test/stm/marktest.cxx b/io/test/stm/marktest.cxx
index 6730d2d49c85..6ac56583619c 100644
--- a/io/test/stm/marktest.cxx
+++ b/io/test/stm/marktest.cxx
@@ -400,7 +400,7 @@ OUString OMarkableOutputStreamTest_getImplementationName() throw ()
-//-----------------------------------------------------
+
// Input stream
diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx
index e0a63c5d4173..260c723a1036 100644
--- a/io/test/testcomponent.cxx
+++ b/io/test/testcomponent.cxx
@@ -18,7 +18,7 @@
*/
-//------------------------------------------------------
+
// testcomponent - Loads a service and its testcomponent from dlls performs a test.
// Expands the dll-names depending on the actual environment.
// Example : testcomponent com.sun.star.io.Pipe stm