diff options
-rw-r--r-- | xmloff/source/transform/PropertyActionsOOo.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.hxx b/xmloff/source/transform/PropertyActionsOOo.hxx index 01d4dc571809..0a765e2578ac 100644 --- a/xmloff/source/transform/PropertyActionsOOo.hxx +++ b/xmloff/source/transform/PropertyActionsOOo.hxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyActionsOOo.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-08-20 08:18:05 $ + * last change: $Author: obo $ $Date: 2004-11-17 10:38:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,9 @@ enum XMLPropOOOTransformerAction XML_PTACTION_SYMBOL, XML_PTACTION_SYMBOL_IMAGE_NAME, XML_PTACTION_TRANSPARENCY, + XML_ATACTION_CAPTION_ESCAPE_OOO, + XML_ATACTION_MOVE_PROTECT, + XML_ATACTION_SIZE_PROTECT, XML_PTACTION_END=XML_TACTION_END }; |