summaryrefslogtreecommitdiff
path: root/accessibility/inc/helper
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 /accessibility/inc/helper
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 'accessibility/inc/helper')
-rw-r--r--accessibility/inc/helper/characterattributeshelper.hxx1
-rw-r--r--accessibility/inc/helper/listboxhelper.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/accessibility/inc/helper/characterattributeshelper.hxx b/accessibility/inc/helper/characterattributeshelper.hxx
index ba18d37e9137..c1595077f53d 100644
--- a/accessibility/inc/helper/characterattributeshelper.hxx
+++ b/accessibility/inc/helper/characterattributeshelper.hxx
@@ -28,7 +28,6 @@
#include <vector>
-// class CharacterAttributesHelper
class CharacterAttributesHelper
diff --git a/accessibility/inc/helper/listboxhelper.hxx b/accessibility/inc/helper/listboxhelper.hxx
index 243a88d266d7..1ca18681a9a2 100644
--- a/accessibility/inc/helper/listboxhelper.hxx
+++ b/accessibility/inc/helper/listboxhelper.hxx
@@ -31,7 +31,6 @@
const sal_Int32 DEFAULT_INDEX_IN_PARENT = -1;
-// class VCLListBoxHelper
template< class T > class VCLListBoxHelper : public ::accessibility::IComboListBoxHelper