summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:38:53 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:38:53 +0000
commitc848ded79895af5c0fd4a07aa45c8339e71bd711 (patch)
tree1d43e1aec7d826d281b7a5a8e7777a68b8428305
parent2d6736e7b9884a8b42dbcd53332d1f11cd7f1c03 (diff)
INTEGRATION: CWS impress17 (1.4.60); FILE MERGED
2004/10/21 15:47:17 cl 1.4.60.2: #i35789# merged draw:size-protect and draw:move-protect to style:protect 2004/10/21 14:39:27 cl 1.4.60.1: #i25178# fixed value for draw:caption-escape
-rw-r--r--xmloff/source/transform/PropertyActionsOOo.hxx7
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
};