diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:10:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:10:45 +0000 |
commit | 3a30bb39cf54de42bae1895ad00922cd016ae35d (patch) | |
tree | 719894171fabf5a417a7f67f6e07c94c9fe7f772 /xmloff | |
parent | 456f8cab04887453cfda67baa10e4647211dca7d (diff) |
INTEGRATION: CWS oasisbf4 (1.4.12); FILE MERGED
2004/12/23 07:27:07 mib 1.4.12.1: #i38574#: style:protect vs: draw:size-/move-protect
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/FrameOASISTContext.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/FrameOASISTContext.cxx b/xmloff/source/transform/FrameOASISTContext.cxx index 0939a6d0ea6a..08bac2747d14 100644 --- a/xmloff/source/transform/FrameOASISTContext.cxx +++ b/xmloff/source/transform/FrameOASISTContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: FrameOASISTContext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-11-26 13:09:01 $ + * last change: $Author: rt $ $Date: 2005-01-27 11:10:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -207,6 +207,7 @@ XMLTransformerContext *XMLFrameOASISTransformerContext::CreateChildContext( rQName, sal_True, sal_True ); } + break; default: OSL_ENSURE( !this, "unknown action" ); break; |