summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/propread.hxx
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2010-08-19 14:49:31 +0200
committersj <sj@openoffice.org>2010-08-19 14:49:31 +0200
commitda964ea73a6d7d43689c728d4df7d63184be4d28 (patch)
tree4c1b14833c97c908b474f117cc3ac07fdd084665 /sd/source/filter/ppt/propread.hxx
parentf0072466a6c06f6ea0516b021eb53176128b13d3 (diff)
impress198: #i113701,i113699# applied patch / fixed memory leak when saving / opening PPT documents
Diffstat (limited to 'sd/source/filter/ppt/propread.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/filter/ppt/propread.hxx2
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;