summaryrefslogtreecommitdiff
path: root/svl/source/notify/isethint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/isethint.cxx')
-rw-r--r--svl/source/notify/isethint.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svl/source/notify/isethint.cxx b/svl/source/notify/isethint.cxx
index 3c2dd49eb2aa..9577aefda0c4 100644
--- a/svl/source/notify/isethint.cxx
+++ b/svl/source/notify/isethint.cxx
@@ -22,8 +22,6 @@
#include <svl/itemset.hxx>
-TYPEINIT1(SfxItemSetHint, SfxHint);
-
/**
* Copies the SfxItemSet passed as a parameter.
*/
@@ -32,7 +30,6 @@ SfxItemSetHint::SfxItemSetHint( const SfxItemSet &rItemSet )
{
}
-
SfxItemSetHint::~SfxItemSetHint()
{
delete _pItemSet;