diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 11:59:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 11:59:25 +0000 |
commit | 10190edb4319b25cfe3936d864c87ff1b60831ff (patch) | |
tree | b63f115a84fc415b32d40b65d857fe0133c46589 /xmloff/source/draw/XMLImageMapContext.cxx | |
parent | c3dc576d4b8e82de8aac8ee76b3abbc7d585b48d (diff) |
INTEGRATION: CWS oasisbf2 (1.7.80); FILE MERGED
2004/10/27 17:23:35 dvo 1.7.80.1: #i35802# image maps should use draw:points (instead of svg:points) on
<draw:area-polygon>
update filter + OASIS transformer
Diffstat (limited to 'xmloff/source/draw/XMLImageMapContext.cxx')
-rw-r--r-- | xmloff/source/draw/XMLImageMapContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/XMLImageMapContext.cxx b/xmloff/source/draw/XMLImageMapContext.cxx index 9a209fe66920..a9b1dd5535bc 100644 --- a/xmloff/source/draw/XMLImageMapContext.cxx +++ b/xmloff/source/draw/XMLImageMapContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLImageMapContext.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2004-07-13 08:07:55 $ + * last change: $Author: rt $ $Date: 2004-11-26 12:59:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,7 +196,7 @@ static __FAR_DATA SvXMLTokenMapEntry aImageMapObjectTokenMap[] = { XML_NAMESPACE_SVG, XML_HEIGHT, XML_TOK_IMAP_HEIGTH }, { XML_NAMESPACE_SVG, XML_R, XML_TOK_IMAP_RADIUS }, { XML_NAMESPACE_SVG, XML_VIEWBOX, XML_TOK_IMAP_VIEWBOX }, - { XML_NAMESPACE_SVG, XML_POINTS, XML_TOK_IMAP_POINTS }, + { XML_NAMESPACE_DRAW, XML_POINTS, XML_TOK_IMAP_POINTS }, { XML_NAMESPACE_OFFICE, XML_TARGET_FRAME_NAME, XML_TOK_IMAP_TARGET }, XML_TOKEN_MAP_END }; |