summaryrefslogtreecommitdiff
path: root/svl/source/items
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items')
-rw-r--r--svl/source/items/slstitm.cxx5
-rw-r--r--svl/source/items/stylepool.cxx4
2 files changed, 0 insertions, 9 deletions
diff --git a/svl/source/items/slstitm.cxx b/svl/source/items/slstitm.cxx
index ea8ee3fefcfa..8e8bca223a2e 100644
--- a/svl/source/items/slstitm.cxx
+++ b/svl/source/items/slstitm.cxx
@@ -34,14 +34,9 @@ public:
std::vector<OUString> aList;
SfxImpStringList() {}
- ~SfxImpStringList();
};
-SfxImpStringList::~SfxImpStringList()
-{
-}
-
SfxStringListItem::SfxStringListItem()
{
}
diff --git a/svl/source/items/stylepool.cxx b/svl/source/items/stylepool.cxx
index 2fbee928d367..cfc61ab4ed0e 100644
--- a/svl/source/items/stylepool.cxx
+++ b/svl/source/items/stylepool.cxx
@@ -362,10 +362,6 @@ public:
"<StylePoolImpl::StylePoolImpl(..)> - <SfxItemSet::Clone( sal_False )> does not work as excepted - <mpIgnorableItems> is not empty." );
}
- ~StylePoolImpl()
- {
- }
-
std::shared_ptr<SfxItemSet> insertItemSet( const SfxItemSet& rSet );
// #i86923#