summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2010-05-18 17:19:53 +0200
committersj <sj@openoffice.org>2010-05-18 17:19:53 +0200
commit969f09e40d0fd8fe511f0247a8b9e628abb7a24d (patch)
tree03258acd3984829fdbb68e450dbd4b690dfbed10
parent27db1f7f48bfc739c4d604817437edb24055479e (diff)
sdk321: #i111521# ppt export, fixed problem with graphical bulletsooo/DEV300_m80
-rw-r--r--sd/source/filter/eppt/epptso.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index 126de148b..f57ec88cd 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -5358,6 +5358,12 @@ void PPTWriter::ImplWritePage( const PHLayout& rLayout, EscherSolverContainer& a
pClientTextBox->Write( pOut->GetData(), pOut->Tell() );
delete pOut, aTextRule.pOut = NULL;
}
+ if ( aExtBu.Tell() )
+ {
+ if ( !pClientData )
+ pClientData = new SvMemoryStream( 0x200, 0x200 );
+ ImplProgTagContainer( pClientData, &aExtBu );
+ }
}
}
}