Kaydet (Commit) e34afd43 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Unreferenced function definition

Change-Id: Idd0f00f58dda4ec035ff736694d7766a39d15fa1
üst 52339713
...@@ -100,7 +100,9 @@ public: ...@@ -100,7 +100,9 @@ public:
void testFunctionsExcel2010( sal_uLong nFormatType ); void testFunctionsExcel2010( sal_uLong nFormatType );
void testFunctionsExcel2010XLSX(); void testFunctionsExcel2010XLSX();
void testFunctionsExcel2010XLS(); void testFunctionsExcel2010XLS();
#if 0
void testFunctionsExcel2010ODS(); void testFunctionsExcel2010ODS();
#endif
CPPUNIT_TEST_SUITE(ScExportTest); CPPUNIT_TEST_SUITE(ScExportTest);
CPPUNIT_TEST(test); CPPUNIT_TEST(test);
...@@ -1446,10 +1448,12 @@ void ScExportTest::testFunctionsExcel2010XLS() ...@@ -1446,10 +1448,12 @@ void ScExportTest::testFunctionsExcel2010XLS()
testFunctionsExcel2010(XLS); testFunctionsExcel2010(XLS);
} }
#if 0
void ScExportTest::testFunctionsExcel2010ODS() void ScExportTest::testFunctionsExcel2010ODS()
{ {
testFunctionsExcel2010(ODS); testFunctionsExcel2010(ODS);
} }
#endif
ScExportTest::ScExportTest() ScExportTest::ScExportTest()
: ScBootstrapFixture("/sc/qa/unit/data") : ScBootstrapFixture("/sc/qa/unit/data")
......
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