diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-21 10:12:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-21 14:25:44 +0000 |
commit | e7031fb14a5d434cc74a67ddba1e3ae56f648ea6 (patch) | |
tree | fc8fba3c3250c8bcbd0406ea0fe133e57f21df6e /test/inc | |
parent | 42eb8d310c15e05fc224c9b7a61fdf4bf3118f70 (diff) |
WaE: add virtual dtor
Diffstat (limited to 'test/inc')
-rw-r--r-- | test/inc/test/sheet/xspreadsheets2.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/inc/test/sheet/xspreadsheets2.hxx b/test/inc/test/sheet/xspreadsheets2.hxx index cb8f5c2181c2..dc9da86b5bed 100644 --- a/test/inc/test/sheet/xspreadsheets2.hxx +++ b/test/inc/test/sheet/xspreadsheets2.hxx @@ -43,6 +43,7 @@ class OOO_DLLPUBLIC_TEST XSpreadsheets2 { public: XSpreadsheets2(); + virtual ~XSpreadsheets2(); // XSpreadsheets2 void testImportedSheetNameAndIndex(); |