summaryrefslogtreecommitdiff
path: root/oox/inc/oox/helper/binarystreambase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/helper/binarystreambase.hxx')
-rw-r--r--oox/inc/oox/helper/binarystreambase.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/oox/inc/oox/helper/binarystreambase.hxx b/oox/inc/oox/helper/binarystreambase.hxx
index 44165f9bd71d..d9ab979de019 100644
--- a/oox/inc/oox/helper/binarystreambase.hxx
+++ b/oox/inc/oox/helper/binarystreambase.hxx
@@ -115,10 +115,10 @@ private:
BinaryStreamBase& operator=( const BinaryStreamBase& );
protected:
- bool mbEof; /// End of stream flag.
+ bool mbEof; ///< End of stream flag.
private:
- const bool mbSeekable; /// True = implementation supports seeking.
+ const bool mbSeekable; ///< True = implementation supports seeking.
};
// ============================================================================
@@ -146,7 +146,7 @@ protected:
private:
::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable >
- mxSeekable; /// Stream seeking interface.
+ mxSeekable; ///< Stream seeking interface.
};
// ============================================================================
@@ -174,8 +174,8 @@ protected:
explicit SequenceSeekableStream( const StreamDataSequence& rData );
protected:
- const StreamDataSequence* mpData; /// Wrapped data sequence.
- sal_Int32 mnPos; /// Current position in the sequence.
+ const StreamDataSequence* mpData; ///< Wrapped data sequence.
+ sal_Int32 mnPos; ///< Current position in the sequence.
};
// ============================================================================