summaryrefslogtreecommitdiff
path: root/include/oox/helper/binaryoutputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/binaryoutputstream.hxx')
-rw-r--r--include/oox/helper/binaryoutputstream.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/oox/helper/binaryoutputstream.hxx b/include/oox/helper/binaryoutputstream.hxx
index ae5496d924fe..4287441fb78c 100644
--- a/include/oox/helper/binaryoutputstream.hxx
+++ b/include/oox/helper/binaryoutputstream.hxx
@@ -30,7 +30,6 @@ namespace com { namespace sun { namespace star {
namespace oox {
-
/** Interface for binary output stream classes.
The binary data in the stream is written in little-endian format.
@@ -114,7 +113,6 @@ void BinaryOutputStream::writeValue( Type nValue )
}
-
/** Wraps a UNO output stream and provides convenient access functions.
The binary data in the stream is written in little-endian format.
@@ -156,7 +154,6 @@ private:
};
-
/** Wraps a StreamDataSequence and provides convenient access functions.
The binary data in the stream is written in little-endian format. After
@@ -183,7 +180,6 @@ public:
};
-
} // namespace oox
#endif