summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableSourceContext.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-06-25 11:03:09 +0000
committerSascha Ballach <sab@openoffice.org>2001-06-25 11:03:09 +0000
commit17add6a61dbe0bb4b58017ea326cbd679eb62f1a (patch)
treebae426c1129983a7ee0b2563c729565f202ac86a /sc/source/filter/xml/XMLTableSourceContext.cxx
parent55f6dcd908728a3e197ff5d527a83024acbf7a2c (diff)
#88691#; export and import relative addresses of linked tables and so on
Diffstat (limited to 'sc/source/filter/xml/XMLTableSourceContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTableSourceContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTableSourceContext.cxx b/sc/source/filter/xml/XMLTableSourceContext.cxx
index 769e90b2613a..79f4688cd23c 100644
--- a/sc/source/filter/xml/XMLTableSourceContext.cxx
+++ b/sc/source/filter/xml/XMLTableSourceContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTableSourceContext.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2001-04-20 08:12:17 $
+ * last change: $Author: sab $ $Date: 2001-06-25 12:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,7 @@ ScXMLTableSourceContext::ScXMLTableSourceContext( ScXMLImport& rImport,
if(nPrefix == XML_NAMESPACE_XLINK)
{
if (aLocalName.compareToAscii(sXML_href) == 0)
- sLink = sValue;
+ sLink = GetScImport().GetAbsoluteReference(sValue);
}
else if (nPrefix == XML_NAMESPACE_TABLE)
{