summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
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