diff options
author | sj <sj@openoffice.org> | 2010-08-19 14:49:31 +0200 |
---|---|---|
committer | sj <sj@openoffice.org> | 2010-08-19 14:49:31 +0200 |
commit | da964ea73a6d7d43689c728d4df7d63184be4d28 (patch) | |
tree | 4c1b14833c97c908b474f117cc3ac07fdd084665 /sd/source/filter/ppt | |
parent | f0072466a6c06f6ea0516b021eb53176128b13d3 (diff) |
impress198: #i113701,i113699# applied patch / fixed memory leak when saving / opening PPT documents
Diffstat (limited to 'sd/source/filter/ppt')
-rwxr-xr-x[-rw-r--r--] | sd/source/filter/ppt/propread.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/propread.hxx b/sd/source/filter/ppt/propread.hxx index cbb81b8cad1c..603dbe33ce32 100644..100755 --- a/sd/source/filter/ppt/propread.hxx +++ b/sd/source/filter/ppt/propread.hxx @@ -166,7 +166,7 @@ class Section : private List class PropRead : private List { sal_Bool mbStatus; - SvStorageStream* mpSvStream; + SvStorageStreamRef mpSvStream; sal_uInt16 mnByteOrder; sal_uInt16 mnFormat; |