summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2012-01-08 19:48:36 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2012-01-08 20:11:09 +0100
commiteffeb08efd1746a6a2d911452f38dc9c49685548 (patch)
tree7d5b86b7d53b4996ba8c6a38a3fb5ecf0ad4b7ff /sd
parentUI elements begin with upper case (diff)
downloadcore-effeb08efd1746a6a2d911452f38dc9c49685548.tar.gz
core-effeb08efd1746a6a2d911452f38dc9c49685548.zip
Kill SvNullStream duplication
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/escherex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/escherex.cxx b/sd/source/filter/eppt/escherex.cxx
index d42bc0b74eb2..54ad99c759de 100644
--- a/sd/source/filter/eppt/escherex.cxx
+++ b/sd/source/filter/eppt/escherex.cxx
@@ -35,7 +35,7 @@
// ---------------------------------------------------------------------------------------------
PptEscherEx::PptEscherEx( SvStream& rOutStrm, const rtl::OUString& rBaseURI ) :
- EscherEx( EscherExGlobalRef( new EscherExGlobal ), rOutStrm )
+ EscherEx( EscherExGlobalRef( new EscherExGlobal ), &rOutStrm )
{
mxGlobal->SetBaseURI( rBaseURI );
mnCurrentDg = 0;