summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xcl97/xcl97esc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/xcl97/xcl97esc.cxx b/sc/source/filter/xcl97/xcl97esc.cxx
index cf60b12f1cc4..91020254a42c 100644
--- a/sc/source/filter/xcl97/xcl97esc.cxx
+++ b/sc/source/filter/xcl97/xcl97esc.cxx
@@ -46,6 +46,7 @@
#include <unotools/tempfile.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <svx/sdasitm.hxx>
+#include <sfx2/docfile.hxx>
#include <sot/exchange.hxx>
#include "xeescher.hxx"
@@ -81,6 +82,7 @@ using ::com::sun::star::script::XEventAttacherManager;
XclEscherExGlobal::XclEscherExGlobal( const XclExpRoot& rRoot ) :
XclExpRoot( rRoot )
{
+ SetBaseURI( GetMedium().GetBaseURL( true ) );
}
SvStream* XclEscherExGlobal::ImplQueryPictureStream()