summaryrefslogtreecommitdiff
path: root/ooo_custom_images/oxygen/sd/res/del1bmp.png
diff options
context:
space:
mode:
Diffstat (limited to 'ooo_custom_images/oxygen/sd/res/del1bmp.png')
-rw-r--r--ooo_custom_images/oxygen/sd/res/del1bmp.pngbin279 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/ooo_custom_images/oxygen/sd/res/del1bmp.png b/ooo_custom_images/oxygen/sd/res/del1bmp.png
deleted file mode 100644
index 6e46e4939cf0..000000000000
--- a/ooo_custom_images/oxygen/sd/res/del1bmp.png
+++ /dev/null
Binary files differ
deletions
diff --git a/xmloff/source/transform/DeepTContext.cxx b/xmloff/source/transform/DeepTContext.cxx
index 8136ba827cff..4f44250a5b46 100644
--- a/xmloff/source/transform/DeepTContext.cxx
+++ b/xmloff/source/transform/DeepTContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DeepTContext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:47:03 $
+ * last change: $Author: rt $ $Date: 2004-08-20 08:16:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,6 +168,22 @@ XMLTransformerContext *XMLPersElemContentTContext::CreateChildContext(
(*aIter).second.GetQNameTokenFromParam1(),
static_cast< sal_uInt16 >( (*aIter).second.m_nParam2 ) );
break;
+ case XML_ETACTION_RENAME_ELEM_ADD_PROC_ATTR:
+ {
+ XMLPersMixedContentTContext *pMC =
+ new XMLPersMixedContentTContext( GetTransformer(), rQName,
+ (*aIter).second.GetQNamePrefixFromParam1(),
+ (*aIter).second.GetQNameTokenFromParam1(),
+ static_cast< sal_uInt16 >(
+ (*aIter).second.m_nParam3 >> 16 ) );
+ pMC->AddAttribute(
+ (*aIter).second.GetQNamePrefixFromParam2(),
+ (*aIter).second.GetQNameTokenFromParam2(),
+ static_cast< ::xmloff::token::XMLTokenEnum >(
+ (*aIter).second.m_nParam3 & 0xffff ) );
+ pContext = pMC;
+ }
+ break;
case XML_ETACTION_PROC_ATTRS:
pContext = new XMLPersMixedContentTContext( GetTransformer(), rQName,
static_cast< sal_uInt16 >( (*aIter).second.m_nParam1 ) );