summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-17 18:31:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-17 18:31:49 +0000
commit30d0b3f4efb5026b8cbb149c73f2a29ef96fbe50 (patch)
tree10d8fb17dc4fac4229a0ce132c3a4de22473ae22 /xmloff
parentf5e3d31fbb2cea5582f93e9d25d97b1c1f5cea6e (diff)
INTEGRATION: CWS cheffsache01 (1.20.50); FILE MERGED
2004/09/14 16:43:08 cl 1.20.50.1: #i33768# assert if master page could not be set
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpbody.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx
index db4b255d37..77ebb58907 100644
--- a/xmloff/source/draw/ximpbody.cxx
+++ b/xmloff/source/draw/ximpbody.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpbody.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:10:27 $
+ * last change: $Author: rt $ $Date: 2004-09-17 19:31:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,6 +241,8 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
}
}
}
+
+ DBG_ASSERT( bDone, "xmloff::SdXMLDrawPageContext::SdXMLDrawPageContext(), could not find a slide master!" );
}
}