diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-03 09:28:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-03 12:46:27 +0100 |
commit | f656547d4d41091b5ccb729838e7355554a453cd (patch) | |
tree | baab3db9b9287d11133c5f4495b3ed4b812f0c17 /tools | |
parent | f51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (diff) |
remove some useless comment lines
which merely announce that the next declaration is a class
Change-Id: Ifdb1398bcd99816b13e0b3769b46d0562bfbc1dc
Reviewed-on: https://gerrit.libreoffice.org/84229
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/stream.cxx | 2 | ||||
-rw-r--r-- | tools/source/stream/strmunx.cxx | 1 | ||||
-rw-r--r-- | tools/source/stream/strmwnt.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index c10dad0457fa..06b09c2a4a6d 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -173,7 +173,6 @@ void SvStream::writeNumberWithoutSwap_(const void * pDataSrc, int nDataSize) } } -// class SvLockBytes void SvLockBytes::close() { @@ -260,7 +259,6 @@ ErrCode SvLockBytes::Stat(SvLockBytesStat * pStat) const return ERRCODE_NONE; } -// class SvStream std::size_t SvStream::GetData( void* pData, std::size_t nSize ) { diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index 152ed9b10274..1b02435db0a3 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -29,7 +29,6 @@ #include <osl/thread.h> #include <sal/log.hxx> -// class FileBase #include <osl/file.hxx> #include <osl/detail/file.h> #include <rtl/instance.hxx> diff --git a/tools/source/stream/strmwnt.cxx b/tools/source/stream/strmwnt.cxx index a0aa5c769b1c..fc28dad43514 100644 --- a/tools/source/stream/strmwnt.cxx +++ b/tools/source/stream/strmwnt.cxx @@ -33,7 +33,6 @@ #include <tools/stream.hxx> #include <o3tl/char16_t2wchar_t.hxx> -// class FileBase #include <osl/file.hxx> using namespace osl; |