summaryrefslogtreecommitdiff
path: root/test/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-21 10:12:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-21 14:25:44 +0000
commite7031fb14a5d434cc74a67ddba1e3ae56f648ea6 (patch)
treefc8fba3c3250c8bcbd0406ea0fe133e57f21df6e /test/source
parent42eb8d310c15e05fc224c9b7a61fdf4bf3118f70 (diff)
WaE: add virtual dtor
Diffstat (limited to 'test/source')
-rw-r--r--test/source/sheet/xspreadsheets2.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx
index 18f024b7280d..13dea7d5218f 100644
--- a/test/source/sheet/xspreadsheets2.cxx
+++ b/test/source/sheet/xspreadsheets2.cxx
@@ -64,6 +64,10 @@ XSpreadsheets2::XSpreadsheets2():
{
}
+XSpreadsheets2::~XSpreadsheets2()
+{
+}
+
void XSpreadsheets2::testImportedSheetNameAndIndex()
{
/**