diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-12 10:40:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-12 10:40:21 +0000 |
commit | f99c4732d053d1feb151f6e084eaef4c0db6bc78 (patch) | |
tree | c1a16d6d7feee29d353e7fc0b37bba57a5943c62 /xmloff | |
parent | 1d0e960f565d36ef48c4c989a1e44caac2600d5d (diff) |
INTEGRATION: CWS swqbf37 (1.17.66); FILE MERGED
2005/07/06 06:15:10 od 1.17.66.1: #i50521# - correction: fix for i40011 was undone by fix for i40797
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/Oasis2OOo.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx index 65afa2ceff2e..5e7d83b20e1b 100644 --- a/xmloff/source/transform/Oasis2OOo.cxx +++ b/xmloff/source/transform/Oasis2OOo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Oasis2OOo.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-03-29 14:15:18 $ + * last change: $Author: kz $ $Date: 2005-07-12 11:40:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1309,7 +1309,7 @@ void XMLTableTransformerContext_Impl::StartElement( } pMutableAttrList->RemoveAttributeByIndex( i ); } - break; + // OD 2005-07-05 #i50521# - no break here for savety reason. } // --> OD 2005-01-10 #i40011#, #i40015# // - convert attribute table:style-name for <table:table> |