summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-09-05 13:55:45 +0000
committerOliver Bolte <obo@openoffice.org>2005-09-05 13:55:45 +0000
commit58213f93738f3f9d9f63d9dd25079530d107d869 (patch)
tree699ad0ab8b9e24816fabaef1512af8e134d232b6 /xmloff
parent3add0ec3b11026aa7a28b4e5c9881f7c353a15df (diff)
INTEGRATION: CWS impress67 (1.14.92); FILE MERGED
2005/08/29 07:29:48 cl 1.14.92.1: #i42959# fixed svg:stroke-opacity attribute
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/PropertyActionsOASIS.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/PropertyActionsOASIS.cxx b/xmloff/source/transform/PropertyActionsOASIS.cxx
index c1aab1c3bb33..bf4e7eb679c7 100644
--- a/xmloff/source/transform/PropertyActionsOASIS.cxx
+++ b/xmloff/source/transform/PropertyActionsOASIS.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyActionsOASIS.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2005-03-23 13:54:08 $
+ * last change: $Author: obo $ $Date: 2005-09-05 14:55:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,6 +220,7 @@ XMLTransformerActionInit aGraphicPropertyOASISAttrActionTable[] =
{ XML_NAMESPACE_STYLE, XML_PROTECT, XML_ATACTION_DECODE_PROTECT, 0 },
{ XML_NAMESPACE_STYLE, XML_MIRROR, XML_ATACTION_DRAW_MIRROR_OASIS, 0 },
{ XML_NAMESPACE_DRAW, XML_GAMMA, XML_ATACTION_GAMMA_OASIS, 0 },
+ { XML_NAMESPACE_SVG, XML_STROKE_OPACITY, XML_ATACTION_OPACITY_FIX, NO_PARAMS },
{ XML_NAMESPACE_STYLE, XML_FLOW_WITH_TEXT, XML_ATACTION_REMOVE,
NO_PARAMS },