summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-07-04 12:53:56 +0000
committerMichael Brauer <mib@openoffice.org>2001-07-04 12:53:56 +0000
commit7aed1cba429c20902b3522f6c2a32a059845e8a7 (patch)
tree60b5f6efa6789092aaa0cf3e566529fab8859eac /xmloff
parent05e1c7ea9eefd166c1f0a93ee7f656c50f9a1e39 (diff)
Call GetAbsoluteReference
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparai.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index a42ec1ad5ffb..7dca9cebff83 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtparai.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: dvo $ $Date: 2001-06-29 21:07:22 $
+ * last change: $Author: mib $ $Date: 2001-07-04 13:53:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -673,7 +673,7 @@ XMLImpHyperlinkContext_Impl::XMLImpHyperlinkContext_Impl(
switch( rTokenMap.Get( nPrefix, aLocalName ) )
{
case XML_TOK_TEXT_HYPERLINK_HREF:
- pHint->SetHRef( rValue );
+ pHint->SetHRef( GetImport().GetAbsoluteReference( rValue ) );
break;
case XML_TOK_TEXT_HYPERLINK_NAME:
pHint->SetName( rValue );