summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scsheetlinkobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/scsheetlinkobj.cxx')
-rw-r--r--sc/qa/extras/scsheetlinkobj.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/extras/scsheetlinkobj.cxx b/sc/qa/extras/scsheetlinkobj.cxx
index ff707ac60aed..fbad33a9f18c 100644
--- a/sc/qa/extras/scsheetlinkobj.cxx
+++ b/sc/qa/extras/scsheetlinkobj.cxx
@@ -58,7 +58,6 @@ ScSheetLinkObj::ScSheetLinkObj()
uno::Reference<uno::XInterface> ScSheetLinkObj::init()
{
uno::Reference<sheet::XSpreadsheetDocument> xDoc(mxComponent, UNO_QUERY_THROW);
- CPPUNIT_ASSERT_MESSAGE("no calc document", xDoc.is());
uno::Reference<sheet::XSpreadsheets> xSheets(xDoc->getSheets(), UNO_QUERY_THROW);
uno::Reference<container::XIndexAccess> xIA(xSheets, UNO_QUERY_THROW);