summaryrefslogtreecommitdiff
path: root/test/inc/test/sheet/xspreadsheetdocument.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/inc/test/sheet/xspreadsheetdocument.hxx')
-rw-r--r--test/inc/test/sheet/xspreadsheetdocument.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/inc/test/sheet/xspreadsheetdocument.hxx b/test/inc/test/sheet/xspreadsheetdocument.hxx
index e4e258a5f51f..026d166ba655 100644
--- a/test/inc/test/sheet/xspreadsheetdocument.hxx
+++ b/test/inc/test/sheet/xspreadsheetdocument.hxx
@@ -41,6 +41,10 @@ public:
virtual uno::Reference< uno::XInterface > init() = 0;
void testGetSheets();
+
+protected:
+ ~XSpreadsheetDocument() {}
+
private:
sal_Int32 mnSheets;
};