summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlexp.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 10:18:34 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 10:18:34 +0000
commit5035bc92f46d85cfd641604b3a3a54f5cf527588 (patch)
tree5ec18911f1da574752cdb1107da4dc3ae9e18bed /xmloff/source/core/xmlexp.cxx
parent1c21125aca54adcf6b32c09e9c96d64c58fadd33 (diff)
INTEGRATION: CWS mav17 (1.117.58); FILE MERGED
2005/02/18 16:54:15 mav 1.117.58.1: #i39893# relative URLs for embedded links
Diffstat (limited to 'xmloff/source/core/xmlexp.cxx')
-rw-r--r--xmloff/source/core/xmlexp.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 49cc5d9348..06a7667865 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexp.cxx,v $
*
- * $Revision: 1.118 $
+ * $Revision: 1.119 $
*
- * last change: $Author: vg $ $Date: 2005-03-08 14:55:05 $
+ * last change: $Author: obo $ $Date: 2005-03-15 11:18:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1794,6 +1794,8 @@ OUString SvXMLExport::AddEmbeddedObject( const OUString& rEmbeddedObjectURL )
sRet =
xEmbeddedResolver->resolveEmbeddedObjectURL( rEmbeddedObjectURL );
}
+ else
+ sRet = GetRelativeReference( rEmbeddedObjectURL );
return sRet;
}