diff options
Diffstat (limited to 'include/oox/helper/binarystreambase.hxx')
-rw-r--r-- | include/oox/helper/binarystreambase.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/oox/helper/binarystreambase.hxx b/include/oox/helper/binarystreambase.hxx index 8492049283ce..e49eca63c601 100644 --- a/include/oox/helper/binarystreambase.hxx +++ b/include/oox/helper/binarystreambase.hxx @@ -34,7 +34,6 @@ namespace oox { typedef css::uno::Sequence< sal_Int8 > StreamDataSequence; - /** Base class for binary stream classes. */ class OOX_DLLPUBLIC BinaryStreamBase @@ -118,7 +117,6 @@ private: }; - /** Base class for binary input and output streams wrapping a UNO stream, seekable via the com.sun.star.io.XSeekable interface. */ @@ -146,7 +144,6 @@ private: }; - /** Base class for binary input and output streams wrapping a StreamDataSequence, which is always seekable. @@ -175,7 +172,6 @@ protected: }; - } // namespace oox #endif |