diff options
Diffstat (limited to 'svl/source/items/intitem.cxx')
-rw-r--r-- | svl/source/items/intitem.cxx | 4 |
1 files changed, 0 insertions, 4 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() |