diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-02-07 13:10:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-02-07 13:10:24 +0000 |
commit | 453cfac4942a58cdaf80c400cfa3fac5e3424633 (patch) | |
tree | 1e653378f5a93106588356e4af4aa2fb9c42d459 | |
parent | 38c8111a3ccccdb92839db786b3460fab39f7e39 (diff) |
INTEGRATION: CWS impressbeta3 (1.26.34); FILE MERGED
2005/02/04 11:40:04 cl 1.26.34.1: #i41916# added missing break
-rw-r--r-- | xmloff/source/draw/ximpbody.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx index 7a7bd84f0fae..7bdcd8dce027 100644 --- a/xmloff/source/draw/ximpbody.cxx +++ b/xmloff/source/draw/ximpbody.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpbody.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: kz $ $Date: 2005-01-14 12:01:12 $ + * last change: $Author: rt $ $Date: 2005-02-07 14:10:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -329,6 +329,7 @@ SvXMLImportContext *SdXMLDrawPageContext::CreateChildContext( USHORT nPrefix, } } } + break; } case XML_TOK_DRAWPAGE_PAR: case XML_TOK_DRAWPAGE_SEQ: @@ -339,6 +340,7 @@ SvXMLImportContext *SdXMLDrawPageContext::CreateChildContext( USHORT nPrefix, if(xNodeSupplier.is()) pContext = new xmloff::AnimationNodeContext( xNodeSupplier->getAnimationNode(), GetSdImport(), nPrefix, rLocalName, xAttrList ); } + break; } } |