summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLImageMapContext.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-06-27 07:20:39 +0000
committerMichael Brauer <mib@openoffice.org>2001-06-27 07:20:39 +0000
commit803d1811198b1c4049ea5005cdbd501ad130e5e1 (patch)
treefe78b4e82df6b542feb1165340f622582528aa1d /xmloff/source/draw/XMLImageMapContext.cxx
parentd749843d165b651de016d1e851ad5958175da06e (diff)
#88691#: load/store relative URLs
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 9147fc5aed21..1d94bcb04eb8 100644
--- a/xmloff/source/draw/XMLImageMapContext.cxx
+++ b/xmloff/source/draw/XMLImageMapContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLImageMapContext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2001-06-15 17:13:27 $
+ * last change: $Author: mib $ $Date: 2001-06-27 08:20:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -369,7 +369,7 @@ void XMLImageMapObjectContext::ProcessAttribute(
switch (eToken)
{
case XML_TOK_IMAP_URL:
- sUrl = rValue;
+ sUrl = GetImport().GetAbsoluteReference(rValue);
break;
case XML_TOK_IMAP_TARGET: