Kaydet (Commit) e6e74b06 authored tarafından Caolán McNamara's avatar Caolán McNamara

SotStorageStream->SvStream

Change-Id: Id9b74f7c0dc2c688c1489960ba71a8c7c5675dba
Reviewed-on: https://gerrit.libreoffice.org/45728Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 0c566771
......@@ -44,7 +44,7 @@ public:
sal_uInt32 nReserved3; // not used
sal_uInt32 nReserved4; // not used
void Read(SotStorageStream *pS)
void Read(SvStream* pS)
{
pS->ReadUInt16( nCBHdr );
pS->ReadUInt32( nVersion );
......@@ -55,7 +55,7 @@ public:
pS->ReadUInt32( nReserved3 );
pS->ReadUInt32( nReserved4 );
}
void Write(SotStorageStream *pS)
void Write(SvStream* pS)
{
pS->WriteUInt16( nCBHdr );
pS->WriteUInt32( nVersion );
......
......@@ -29,7 +29,7 @@ class SfxMedium;
class SmMatrixNode;
class SmNode;
class SotStorage;
class SotStorageStream;
class SvStream;
class MathTypeFont
{
......@@ -105,7 +105,7 @@ private:
/*Ver 2 Header*/
sal_uInt8 nVersion;
SotStorageStream *pS;
SvStream* pS;
void Init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment