summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scheaderfootercontentobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/scheaderfootercontentobj.cxx')
-rw-r--r--sc/qa/extras/scheaderfootercontentobj.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/extras/scheaderfootercontentobj.cxx b/sc/qa/extras/scheaderfootercontentobj.cxx
index cb416f910835..3c3b9aeea971 100644
--- a/sc/qa/extras/scheaderfootercontentobj.cxx
+++ b/sc/qa/extras/scheaderfootercontentobj.cxx
@@ -57,7 +57,6 @@ ScHeaderFooterContentObj::ScHeaderFooterContentObj()
uno::Reference<uno::XInterface> ScHeaderFooterContentObj::init()
{
uno::Reference<sheet::XSpreadsheetDocument> xDoc(mxComponent, UNO_QUERY_THROW);
- CPPUNIT_ASSERT_MESSAGE("no calc document", xDoc.is());
uno::Reference<style::XStyleFamiliesSupplier> xStyleFamSupp(xDoc, UNO_QUERY_THROW);
uno::Reference<container::XNameAccess> xStyleFamiliesNames(xStyleFamSupp->getStyleFamilies(),