diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:11:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:11:31 +0000 |
commit | d0b1f3bd8be30112022eba1e09c213559a4ce64c (patch) | |
tree | 814ebff72a4363fe1824081d5feb5f51893ead1f | |
parent | fd668f2c2817c1a671186ef1a261081d8f0b0533 (diff) |
INTEGRATION: CWS oasisbf4 (1.10.12); FILE MERGED
2004/12/23 07:27:08 mib 1.10.12.1: #i38574#: style:protect vs: draw:size-/move-protect
-rw-r--r-- | xmloff/source/transform/PropertyActionsOOo.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx index 0786ce9f2970..be8924185893 100644 --- a/xmloff/source/transform/PropertyActionsOOo.cxx +++ b/xmloff/source/transform/PropertyActionsOOo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyActionsOOo.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2004-11-26 13:10:54 $ + * last change: $Author: rt $ $Date: 2005-01-27 11:11:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -303,7 +303,7 @@ XMLTransformerActionInit aGraphicPropertyOOoAttrActionTable[] = NO_PARAMS }, { XML_NAMESPACE_STYLE, XML_PRINT_CONTENT, XML_ATACTION_COPY, NO_PARAMS }, /* generated entry */ - { XML_NAMESPACE_STYLE, XML_PROTECT, XML_ATACTION_COPY, + { XML_NAMESPACE_STYLE, XML_PROTECT, XML_ATACTION_PROTECT, NO_PARAMS }, /* generated entry */ { XML_NAMESPACE_STYLE, XML_HORIZONTAL_POS, XML_ATACTION_COPY, NO_PARAMS }, /* generated entry */ |