From 60bbbcabed5ddf477a17970af79f464fc5e98753 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 6 May 2015 16:28:57 +0200 Subject: Remove SvStorageStream alias Change-Id: I9d835e6032e2366e5357240609ff0e60273d475b --- sd/source/filter/ppt/propread.cxx | 2 +- sd/source/filter/ppt/propread.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/filter/ppt/propread.cxx b/sd/source/filter/ppt/propread.cxx index 18ff39048dc4..1c22e50b713f 100644 --- a/sd/source/filter/ppt/propread.cxx +++ b/sd/source/filter/ppt/propread.cxx @@ -304,7 +304,7 @@ bool Section::GetDictionary( Dictionary& rDict ) return bRetValue; } -void Section::Read( SvStorageStream *pStrm ) +void Section::Read( SotStorageStream *pStrm ) { sal_uInt32 i, nSecOfs, nSecSize, nPropCount, nPropId, nPropOfs, nPropType, nPropSize, nCurrent, nVectorCount, nTemp, nStrmSize; nSecOfs = pStrm->Tell(); diff --git a/sd/source/filter/ppt/propread.hxx b/sd/source/filter/ppt/propread.hxx index fbd619d771aa..871118bc731c 100644 --- a/sd/source/filter/ppt/propread.hxx +++ b/sd/source/filter/ppt/propread.hxx @@ -133,7 +133,7 @@ class Section bool GetProperty( sal_uInt32 nId, PropItem& rPropItem ); bool GetDictionary( Dictionary& rDict ); const sal_uInt8* GetFMTID() const { return aFMTID; }; - void Read( SvStorageStream* pStrm ); + void Read( SotStorageStream* pStrm ); }; class PropRead -- cgit