summaryrefslogtreecommitdiff
path: root/include/oox/helper/binaryinputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/binaryinputstream.hxx')
-rw-r--r--include/oox/helper/binaryinputstream.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/oox/helper/binaryinputstream.hxx b/include/oox/helper/binaryinputstream.hxx
index 1baf584f0f75..afc48d3c6351 100644
--- a/include/oox/helper/binaryinputstream.hxx
+++ b/include/oox/helper/binaryinputstream.hxx
@@ -33,7 +33,6 @@ namespace oox {
class BinaryOutputStream;
-
/** Interface for binary input stream classes.
The binary data in the stream is assumed to be in little-endian format.
@@ -204,7 +203,6 @@ private:
typedef std::shared_ptr< BinaryInputStream > BinaryInputStreamRef;
-
template< typename Type >
Type BinaryInputStream::readValue()
{
@@ -235,7 +233,6 @@ sal_Int32 BinaryInputStream::readArray( ::std::vector< Type >& orVector, sal_Int
}
-
/** Wraps a UNO input stream and provides convenient access functions.
The binary data in the stream is assumed to be in little-endian format.
@@ -283,7 +280,6 @@ private:
};
-
/** Wraps a StreamDataSequence and provides convenient access functions.
The binary data in the stream is assumed to be in little-endian format.
@@ -319,7 +315,6 @@ private:
};
-
/** Wraps a BinaryInputStream and provides access to a specific part of the
stream data.
@@ -386,7 +381,6 @@ private:
};
-
} // namespace oox
#endif