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 /ucbhelper | |
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 'ucbhelper')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/propertyvalueset.cxx | 1 | ||||
-rw-r--r-- | ucbhelper/source/provider/resultset.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index 5c698a2d7ba6..0de94810ed29 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -118,7 +118,6 @@ void EmptyInputStream::closeInput() } -// class ContentEventListener_Impl. namespace { @@ -147,7 +146,6 @@ public: } -// class Content_Impl. class Content_Impl : public salhelper::SimpleReferenceObject diff --git a/ucbhelper/source/provider/propertyvalueset.cxx b/ucbhelper/source/provider/propertyvalueset.cxx index e1be42d2a39d..7c3be538dce8 100644 --- a/ucbhelper/source/provider/propertyvalueset.cxx +++ b/ucbhelper/source/provider/propertyvalueset.cxx @@ -124,7 +124,6 @@ using namespace ucbhelper_impl; namespace ucbhelper { -// class PropertyValues. class PropertyValues : public std::vector< ucbhelper_impl::PropertyValue > {}; } // namespace ucbhelper diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx index de8f868c8445..468bf2392a80 100644 --- a/ucbhelper/source/provider/resultset.cxx +++ b/ucbhelper/source/provider/resultset.cxx @@ -82,7 +82,6 @@ static const PropertyInfo aPropertyTable[] = #define RESULTSET_PROPERTY_COUNT 2 -// class PropertySetInfo namespace { |