diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:12:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:12:05 +0000 |
commit | c41cb07632dadd671a4ec1ccd29ca25006598078 (patch) | |
tree | 10c36c3122794545edf839867778051fd6b86098 /xmloff | |
parent | 4e52d572b6a5f1afb82400eab8ee3428a9b678e0 (diff) |
INTEGRATION: CWS oasisbf4 (1.8.12); FILE MERGED
2004/12/23 07:27:08 mib 1.8.12.1: #i38574#: style:protect vs: draw:size-/move-protect
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/StyleOASISTContext.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/transform/StyleOASISTContext.cxx b/xmloff/source/transform/StyleOASISTContext.cxx index 177c6e72db18..35375fc5e9a6 100644 --- a/xmloff/source/transform/StyleOASISTContext.cxx +++ b/xmloff/source/transform/StyleOASISTContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: StyleOASISTContext.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2004-11-26 14:54:36 $ + * last change: $Author: rt $ $Date: 2005-01-27 11:12:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -550,6 +550,8 @@ void XMLPropertiesTContext_Impl::StartElement( case XML_ATACTION_DECODE_PROTECT: { + pAttrList->AddAttribute( rAttrName, rAttrValue ); + if( rAttrValue.indexOf( GetXMLToken( XML_SIZE ) ) != -1 ) pAttrList->AddAttribute( GetTransformer().GetNamespaceMap().GetQNameByKey( XML_NAMESPACE_DRAW, |