diff options
Diffstat (limited to 'starmath/source/eqnolefilehdr.hxx')
-rw-r--r-- | starmath/source/eqnolefilehdr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/eqnolefilehdr.hxx b/starmath/source/eqnolefilehdr.hxx index 5c294fc70412..a440c64960bc 100644 --- a/starmath/source/eqnolefilehdr.hxx +++ b/starmath/source/eqnolefilehdr.hxx @@ -44,7 +44,7 @@ public: sal_uInt32 nReserved3; // not used sal_uInt32 nReserved4; // not used - inline void Read(SotStorageStream *pS) + void Read(SotStorageStream *pS) { pS->ReadUInt16( nCBHdr ); pS->ReadUInt32( nVersion ); @@ -55,7 +55,7 @@ public: pS->ReadUInt32( nReserved3 ); pS->ReadUInt32( nReserved4 ); } - inline void Write(SotStorageStream *pS) + void Write(SotStorageStream *pS) { pS->WriteUInt16( nCBHdr ); pS->WriteUInt32( nVersion ); |