summaryrefslogtreecommitdiff
path: root/test/source/sheet/xdatapilottable.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-31 13:28:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-31 13:28:49 +0000
commitd1a84bdb8065c46d98908bc5caec4a995d4d196f (patch)
treed08ada09c270c634a892b9590cbc8c5103f9bac5 /test/source/sheet/xdatapilottable.cxx
parent9c66fca6ceaa3ba4ad79264a56a992828a92f536 (diff)
WaE: add virtual dtors
Diffstat (limited to 'test/source/sheet/xdatapilottable.cxx')
-rw-r--r--test/source/sheet/xdatapilottable.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/source/sheet/xdatapilottable.cxx b/test/source/sheet/xdatapilottable.cxx
index 64bc81364dd2..5cb8849d5b01 100644
--- a/test/source/sheet/xdatapilottable.cxx
+++ b/test/source/sheet/xdatapilottable.cxx
@@ -70,6 +70,10 @@ void XDataPilotTable::testRefresh()
CPPUNIT_ASSERT_MESSAGE("value needs to change", aOldData != aNewData);
}
+XDataPilotTable::~XDataPilotTable()
+{
+}
+
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */