summaryrefslogtreecommitdiff
path: root/filter/qa/unit/textfilterdetect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/qa/unit/textfilterdetect.cxx')
-rw-r--r--filter/qa/unit/textfilterdetect.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/filter/qa/unit/textfilterdetect.cxx b/filter/qa/unit/textfilterdetect.cxx
index 500e886f5199..a56f63e6a4fe 100644
--- a/filter/qa/unit/textfilterdetect.cxx
+++ b/filter/qa/unit/textfilterdetect.cxx
@@ -103,6 +103,15 @@ CPPUNIT_TEST_FIXTURE(TextFilterDetectTest, testEmptyFile)
CPPUNIT_ASSERT(xServiceInfo->supportsService("com.sun.star.text.TextDocument"));
getComponent()->dispose();
+ // ... and ODS
+ aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + "empty.ods";
+ getComponent() = loadFromDesktop(aURL);
+ xServiceInfo.set(getComponent(), uno::UNO_QUERY);
+ CPPUNIT_ASSERT(xServiceInfo.is());
+ // Make sure it opens in Calc.
+ CPPUNIT_ASSERT(xServiceInfo->supportsService("com.sun.star.sheet.SpreadsheetDocument"));
+ getComponent()->dispose();
+
// ... and ODP
aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + "empty.odp";
getComponent() = loadFromDesktop(aURL);