From d8cbc30c119e38935a8c6edefd14d847ff4a914e Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Wed, 27 Jun 2001 13:10:29 +0000 Subject: #88691# added relative urls --- xmloff/source/draw/sdpropls.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index 6c5fe43d3a0e..6d8d6b44d083 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdpropls.cxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: mib $ $Date: 2001-06-26 09:53:05 $ + * last change: $Author: cl $ $Date: 2001-06-27 14:10:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1495,7 +1495,7 @@ void XMLPageExportPropertyMapper::handleElementItem( OUString aSoundURL; if( (rProperty.maValue >>= aSoundURL) && aSoundURL.getLength() != 0 ) { - mrExport.AddAttribute(XML_NAMESPACE_XLINK, sXML_href, aSoundURL ); + mrExport.AddAttribute(XML_NAMESPACE_XLINK, sXML_href, mrExport.GetRelativeReference(aSoundURL) ); mrExport.AddAttributeASCII( XML_NAMESPACE_XLINK, sXML_type, sXML_simple ); mrExport.AddAttributeASCII( XML_NAMESPACE_XLINK, sXML_show, sXML_new ); mrExport.AddAttributeASCII( XML_NAMESPACE_XLINK, sXML_actuate, sXML_onRequest ); -- cgit