diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:24:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:24:42 +0000 |
commit | e244722fc8077d0c92b1c8fd0df29f8c1d1159c7 (patch) | |
tree | 283cc1ff2eecfbe8fc1705458600dc332e5c4fd5 /xmloff | |
parent | d85da053d483b67b0c2453676321ae4561fbd142 (diff) |
INTEGRATION: CWS oasisbf1 (1.4.10); FILE MERGED
2004/10/18 13:37:26 fs 1.4.10.1: #i30706# +XML_OPTACTION_CONTROL_TEXT_ALIGN
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/PropertyActionsOASIS.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/PropertyActionsOASIS.hxx b/xmloff/source/transform/PropertyActionsOASIS.hxx index d908e0916970..17a06cb51e0c 100644 --- a/xmloff/source/transform/PropertyActionsOASIS.hxx +++ b/xmloff/source/transform/PropertyActionsOASIS.hxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyActionsOASIS.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-08-20 08:17:41 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:24:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,6 +90,7 @@ enum XMLPropOASISTransformerAction XML_OPTACTION_SYMBOL_NAME, XML_OPTACTION_OPACITY, XML_OPTACTION_IMAGE_OPACITY, + XML_OPTACTION_CONTROL_TEXT_ALIGN, XML_OPTACTION_END=XML_ATACTION_END }; |