summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-15 11:59:30 +0100
committerMichael Stahl <mstahl@redhat.com>2012-05-18 16:37:52 +0200
commit6651f9fc2fd8ab66c14a525331216b2b91849078 (patch)
treee498db9ba18c2958d7bdd47b8b16ecbe4a00bb1f /svtools/source/misc
parentcba349647ef90f0630c67336461c492853800869 (diff)
WaE: deleting object of abstract class type with non-virtual destructor
(cherry picked from commit a54018c2429483d5447d63c064ca430e99245f6a) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/wallitem.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svtools/source/misc/wallitem.cxx b/svtools/source/misc/wallitem.cxx
index 73d6dc03a570..c2346106e598 100644
--- a/svtools/source/misc/wallitem.cxx
+++ b/svtools/source/misc/wallitem.cxx
@@ -50,7 +50,9 @@
#include <svtools/wallitem.hxx>
#include <svl/cntwall.hxx>
-// -----------------------------------------------------------------------
+SfxBrushItemLink::~SfxBrushItemLink()
+{
+}
//static
void SfxBrushItemLink::Set( SfxBrushItemLink* pLink )