summaryrefslogtreecommitdiff
path: root/svl
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 /svl
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 'svl')
-rw-r--r--svl/source/items/intitem.cxx4
-rw-r--r--svl/source/items/stritem.cxx1
2 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/items/intitem.cxx b/svl/source/items/intitem.cxx
index 940a40c7950d..b3ccec4c4159 100644
--- a/svl/source/items/intitem.cxx
+++ b/svl/source/items/intitem.cxx
@@ -27,7 +27,6 @@
#include <boost/property_tree/json_parser.hpp>
-// class SfxByteItem
SfxPoolItem* SfxByteItem::CreateDefault()
@@ -94,7 +93,6 @@ SfxPoolItem * SfxInt16Item::Clone(SfxItemPool *) const
return new SfxInt16Item(*this);
}
-// class SfxUInt16Item
SfxPoolItem* SfxUInt16Item::CreateDefault()
{
return new SfxUInt16Item();
@@ -116,7 +114,6 @@ boost::property_tree::ptree SfxUInt16Item::dumpAsJSON() const
}
-// class SfxInt32Item
SfxPoolItem* SfxInt32Item::CreateDefault()
@@ -140,7 +137,6 @@ boost::property_tree::ptree SfxInt32Item::dumpAsJSON() const
}
-// class SfxUInt32Item
SfxPoolItem* SfxUInt32Item::CreateDefault()
diff --git a/svl/source/items/stritem.cxx b/svl/source/items/stritem.cxx
index 503c5d4083ac..85e7ec8d4ce2 100644
--- a/svl/source/items/stritem.cxx
+++ b/svl/source/items/stritem.cxx
@@ -20,7 +20,6 @@
#include <svl/stritem.hxx>
#include <libxml/xmlwriter.h>
-// class SfxStringItem
// virtual