INTEGRATION: CWS impress8ea1 (1.17.12); FILE MERGED

2004/04/21 17:04:04 cl 1.17.12.1: #i27556# added missing break on binary import
This commit is contained in:
Jens-Heiner Rechtien 2004-05-10 10:54:15 +00:00
parent c8d39e1e88
commit 83e4253488

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sdpage2.cxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: rt $ $Date: 2004-03-30 15:44:57 $
* last change: $Author: hr $ $Date: 2004-05-10 11:54:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -564,6 +564,7 @@ void SdPage::ReadData(const SdrIOHeader& rHead, SvStream& rIn)
break;
case OBJ_OUTLINETEXT:
ePresKind = PRESOBJ_OUTLINE;
break;
case OBJ_TEXT:
if( ePageKind == PK_NOTES )
ePresKind = PRESOBJ_NOTES;