summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLImageMapContext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-03-30 12:53:39 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-03-30 12:53:39 +0000
commit326924ba8eddb748432384ccd7edc4687db13de1 (patch)
treeac3c57e62bd6ec249aff4e72a309d2b0270f87f2 /xmloff/source/draw/XMLImageMapContext.cxx
parent0d29539da88bc2a201912eed5e809e15df56e204 (diff)
#81839# changed polygon points attribute to namespace svg
Diffstat (limited to 'xmloff/source/draw/XMLImageMapContext.cxx')
-rw-r--r--xmloff/source/draw/XMLImageMapContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/XMLImageMapContext.cxx b/xmloff/source/draw/XMLImageMapContext.cxx
index 482539651362..81fdd90fd79d 100644
--- a/xmloff/source/draw/XMLImageMapContext.cxx
+++ b/xmloff/source/draw/XMLImageMapContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLImageMapContext.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2001-03-29 14:40:26 $
+ * last change: $Author: dvo $ $Date: 2001-03-30 13:53:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -187,7 +187,7 @@ static __FAR_DATA SvXMLTokenMapEntry aImageMapObjectTokenMap[] =
{ XML_NAMESPACE_SVG, sXML_height, XML_TOK_IMAP_HEIGTH },
{ XML_NAMESPACE_SVG, sXML_r, XML_TOK_IMAP_RADIUS },
{ XML_NAMESPACE_SVG, sXML_viewBox, XML_TOK_IMAP_VIEWBOX },
- { XML_NAMESPACE_DRAW, sXML_points, XML_TOK_IMAP_POINTS },
+ { XML_NAMESPACE_SVG, sXML_points, XML_TOK_IMAP_POINTS },
{ XML_NAMESPACE_OFFICE, sXML_target_frame_name, XML_TOK_IMAP_TARGET },
XML_TOKEN_MAP_END
};