summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-09-03 19:50:46 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-09-04 08:42:08 +0000
commite1c732c1b45b07ad2fc414d85e725d6498c949a2 (patch)
tree1a54696994804807298bb0a1fa1607820bce477d /include/svl
parent387666fbd751561b53b5c7072e85551d22fced74 (diff)
adjust code to layout
Change-Id: Ia2eeb93fa1eb08c31b9b016c4cb15263633ab518 Reviewed-on: https://gerrit.libreoffice.org/5794 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/filerec.hxx25
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]