Kaydet (Commit) e7031fb1 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: add virtual dtor

üst 42eb8d31
......@@ -43,6 +43,7 @@ class OOO_DLLPUBLIC_TEST XSpreadsheets2
{
public:
XSpreadsheets2();
virtual ~XSpreadsheets2();
// XSpreadsheets2
void testImportedSheetNameAndIndex();
......
......@@ -64,6 +64,10 @@ XSpreadsheets2::XSpreadsheets2():
{
}
XSpreadsheets2::~XSpreadsheets2()
{
}
void XSpreadsheets2::testImportedSheetNameAndIndex()
{
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment