diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 09:37:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 09:37:16 +0000 |
commit | 00289727d68ebd528c866b23d253e35705158b2f (patch) | |
tree | 478ebe08afd76b7875ba1670a41d4aeeb6f0f11a /xmloff | |
parent | 9059f88839cbf32a22095f6f13454c6fff334a87 (diff) |
INTEGRATION: CWS impress17 (1.2.88); FILE MERGED
2004/10/29 11:39:32 cl 1.2.88.1: #i13778# convert wrong twips measures for connectors in writer documents
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/ActionMapTypesOOo.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/ActionMapTypesOOo.hxx b/xmloff/source/transform/ActionMapTypesOOo.hxx index bb3248ba9b97..d1a06a4912da 100644 --- a/xmloff/source/transform/ActionMapTypesOOo.hxx +++ b/xmloff/source/transform/ActionMapTypesOOo.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ActionMapTypesOOo.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-11-09 12:28:17 $ + * last change: $Author: obo $ $Date: 2004-11-17 10:37:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,7 @@ enum ActionMapTypesOOo OOO_STYLE_ACTIONS = MAX_OOO_PROP_ACTIONS, OOO_FONT_DECL_ACTIONS, OOO_SHAPE_ACTIONS, + OOO_CONNECTOR_ACTIONS, OOO_INDEX_ENTRY_TAB_STOP_ACTIONS, OOO_TAB_STOP_ACTIONS, OOO_LINENUMBERING_ACTIONS, |