summaryrefslogtreecommitdiffstats
path: root/xmloff/source/transform/ElemTransformerAction.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 14:53:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 14:53:17 +0000
commit7d2405a54d13f68a35dfc5f619ad4bdb0b761856 (patch)
treed7a5da5c094a195ca1829a460534a53e22841d6a /xmloff/source/transform/ElemTransformerAction.hxx
parentINTEGRATION: CWS calc29 (1.8.62); FILE MERGED (diff)
downloadcore-7d2405a54d13f68a35dfc5f619ad4bdb0b761856.tar.gz
core-7d2405a54d13f68a35dfc5f619ad4bdb0b761856.zip
INTEGRATION: CWS calc29 (1.2.168); FILE MERGED
2005/02/10 17:20:12 sab 1.2.168.1: #i41739#; ignore elements in text:p in office:annotation, but keep characters
Diffstat (limited to 'xmloff/source/transform/ElemTransformerAction.hxx')
-rw-r--r--xmloff/source/transform/ElemTransformerAction.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/transform/ElemTransformerAction.hxx b/xmloff/source/transform/ElemTransformerAction.hxx
index 67a727415561..2a312d095cec 100644
--- a/xmloff/source/transform/ElemTransformerAction.hxx
+++ b/xmloff/source/transform/ElemTransformerAction.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ElemTransformerAction.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:47:58 $
+ * last change: $Author: vg $ $Date: 2005-02-21 15:52:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,6 +120,11 @@ enum XMLElemTransformerAction
// - param1: namespace +
// token of parent element
// - param2: attr acation map
+ XML_ETACTION_EXTRACT_CHARACTERS, // takes the characters of the current
+ // element and all child elements
+ // and put them together into the
+ // current element
+ // the child elements are removed
XML_ETACTION_USER_DEFINED=0x80000000,// user defined actions start here
XML_ETACTION_END=XML_TACTION_END
};