summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/escherex.cxx
diff options
context:
space:
mode:
authorerack <er@openoffice.org>2011-09-10 22:44:32 +0000
committerThorsten Behrens <tbehrens@suse.com>2011-11-23 23:34:56 +0100
commit6ad3c553a9bd3b8fb91c45204f0c833f52c52431 (patch)
tree8415a06dd1501fb32c7d4c24b6112dec63f25fd0 /sd/source/filter/eppt/escherex.cxx
parent619ea0c6d3b8fb4390bf5e82f1b44608c3cd878d (diff)
impress212: #i97241# added relative links
* found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)
Diffstat (limited to 'sd/source/filter/eppt/escherex.cxx')
-rw-r--r--sd/source/filter/eppt/escherex.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/escherex.cxx b/sd/source/filter/eppt/escherex.cxx
index 7714ca4d761b..70e1b065fc9c 100644
--- a/sd/source/filter/eppt/escherex.cxx
+++ b/sd/source/filter/eppt/escherex.cxx
@@ -36,9 +36,10 @@
// ---------------------------------------------------------------------------------------------
// ---------------------------------------------------------------------------------------------
-PptEscherEx::PptEscherEx( SvStream& rOutStrm ) :
+PptEscherEx::PptEscherEx( SvStream& rOutStrm, const rtl::OUString& rBaseURI ) :
EscherEx( EscherExGlobalRef( new EscherExGlobal ), rOutStrm )
{
+ mxGlobal->SetBaseURI( rBaseURI );
mnCurrentDg = 0;
}