summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 09:28:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 12:46:27 +0100
commitf656547d4d41091b5ccb729838e7355554a453cd (patch)
treebaab3db9b9287d11133c5f4495b3ed4b812f0c17 /cppuhelper
parentf51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (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 'cppuhelper')
-rw-r--r--cppuhelper/source/propshlp.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 53aeb8f4d4b1..6bf5fad3b74a 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -131,7 +131,6 @@ sal_Bool OPropertySetHelperInfo_Impl::hasPropertyByName( const OUString & Proper
}
-// class PropertySetHelper_Impl
class OPropertySetHelper::Impl {
@@ -155,7 +154,6 @@ public:
};
-// class PropertySetHelper
OPropertySetHelper::OPropertySetHelper(
OBroadcastHelper & rBHelper_ )