diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 13:14:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 13:14:49 +0000 |
commit | b69431ced1383382df1abbe778ff4b6a64fdae8c (patch) | |
tree | 3864604c2f5a38a040a9767e6e785b4ab10e6f41 /xmloff | |
parent | 917b0dd03eb30bcd1241767023be9ea90668795f (diff) |
INTEGRATION: CWS effectmigration01 (1.10.8); FILE MERGED
2005/03/14 13:29:59 cl 1.10.8.1: #i44578# decode shape ids to numbers only when exporting to ooo
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/ActionMapTypesOASIS.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/ActionMapTypesOASIS.hxx b/xmloff/source/transform/ActionMapTypesOASIS.hxx index ff4ae44091d4..d0e72836d58e 100644 --- a/xmloff/source/transform/ActionMapTypesOASIS.hxx +++ b/xmloff/source/transform/ActionMapTypesOASIS.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ActionMapTypesOASIS.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2005-02-21 15:52:08 $ + * last change: $Author: rt $ $Date: 2005-03-29 14:14:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,6 +123,7 @@ enum ActionMapTypesOOo OASIS_SCRIPT_ACTIONS, OASIS_DATETIME_ACTIONS, OASIS_TABLE_STYLE_REF_ACTIONS, + OASIS_ANIMATION_ACTIONS, MAX_OASIS_ACTIONS }; |