diff options
author | Eike Rathke <erack@apache.org> | 2011-09-10 21:44:45 +0000 |
---|---|---|
committer | Eike Rathke <erack@apache.org> | 2011-09-10 21:44:45 +0000 |
commit | 7eef7dce2366dc2dc9616eaf8916972095bea19c (patch) | |
tree | f6f4e0cee496561a09a59bcfd4d4790eea6fd4d7 /sc | |
parent | 9950d63e0ca1b1a62b5c737fba13ff7ff66f25bf (diff) |
impress212: export images with relative links
# User Daniel Rentz [dr] <daniel.rentz@oracle.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xcl97/xcl97esc.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/xcl97/xcl97esc.cxx b/sc/source/filter/xcl97/xcl97esc.cxx index 834a417ca329..010d8841f2c5 100644 --- a/sc/source/filter/xcl97/xcl97esc.cxx +++ b/sc/source/filter/xcl97/xcl97esc.cxx @@ -47,6 +47,7 @@ #include <unotools/ucbstreamhelper.hxx> #include <tools/debug.hxx> #include <svx/sdasitm.hxx> +#include <sfx2/docfile.hxx> #include <sot/exchange.hxx> #include "xeescher.hxx" @@ -79,6 +80,7 @@ using ::com::sun::star::script::XEventAttacherManager; XclEscherExGlobal::XclEscherExGlobal( const XclExpRoot& rRoot ) : XclExpRoot( rRoot ) { + SetBaseURI( GetMedium().GetBaseURL( true ) ); } SvStream* XclEscherExGlobal::ImplQueryPictureStream() |