diff options
-rw-r--r-- | include/svl/filerec.hxx | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx index 4f8172c75d7e..7ace888944ef 100644 --- a/include/svl/filerec.hxx +++ b/include/svl/filerec.hxx @@ -201,22 +201,19 @@ protected: sal_uInt8 _nPreTag; // in den Header zu schreibendes 'Pre-Tag' public: - inline SfxMiniRecordWriter( SvStream *pStream, - sal_uInt8 nTag ); + inline SfxMiniRecordWriter( SvStream *pStream, sal_uInt8 nTag ); inline SfxMiniRecordWriter( SvStream *pStream, sal_uInt8 nTag, sal_uInt32 nSize ); - inline ~SfxMiniRecordWriter(); inline SvStream& operator*() const; inline void Reset(); - - sal_uInt32 Close( bool bSeekToEndOfRec = true ); + sal_uInt32 Close( bool bSeekToEndOfRec = true ); private: - // not implementend, not allowed - SfxMiniRecordWriter( const SfxMiniRecordWriter& ); + /// not implementend, not allowed + SfxMiniRecordWriter( const SfxMiniRecordWriter& ); SfxMiniRecordWriter& operator=(const SfxMiniRecordWriter&); }; @@ -272,7 +269,7 @@ public: SfxMiniRecordReader( SvStream *pStream, sal_uInt8 nTag ); inline ~SfxMiniRecordReader(); - inline sal_uInt8 GetTag() const; + inline sal_uInt8 GetTag() const; inline bool IsValid() const; inline SvStream& operator*() const; @@ -280,8 +277,8 @@ public: inline void Skip(); private: - // not implementend, not allowed - SfxMiniRecordReader( const SfxMiniRecordReader& ); + /// not implementend, not allowed + SfxMiniRecordReader( const SfxMiniRecordReader& ); SfxMiniRecordReader& operator=(const SfxMiniRecordReader&); }; @@ -489,7 +486,7 @@ public: void NewContent(); - virtual sal_uInt32 Close( bool bSeekToEndOfRec = true ); + virtual sal_uInt32 Close( bool bSeekToEndOfRec = true ); }; /* [Beschreibung] @@ -588,11 +585,11 @@ public: ~SfxMultiRecordReader(); bool GetContent(); - inline sal_uInt16 GetContentTag(); - inline sal_uInt8 GetContentVersion() const; + inline sal_uInt16 GetContentTag(); + inline sal_uInt8 GetContentVersion() const; inline bool HasContentVersion( sal_uInt16 nVersion ) const; - inline sal_uInt32 ContentCount() const; + inline sal_uInt32 ContentCount() const; }; /* [Beschreibung] |