summaryrefslogtreecommitdiff
path: root/include/unotools/streamsection.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:06:50 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:58 +0200
commitbf080115bac322b177ffcf1e15aff4de1d742b4c (patch)
tree52c7b2989273a4175dbedab888e1806b7bf6588e /include/unotools/streamsection.hxx
parent91dde49e9aef3991dbb159507cb03b73ba507818 (diff)
include: convert type scope="foo"> here too
sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I7eb32acd44132de79cc7ac1e7f78b43bb4814d14
Diffstat (limited to 'include/unotools/streamsection.hxx')
-rw-r--r--include/unotools/streamsection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/streamsection.hxx b/include/unotools/streamsection.hxx
index 8e347eec5d4e..66d015e83aab 100644
--- a/include/unotools/streamsection.hxx
+++ b/include/unotools/streamsection.hxx
@@ -50,13 +50,13 @@ class OStreamSection
public:
/** starts reading of a "skippable" section of data within the given input stream<BR>
@param _rxInput the stream to read from. Must support the
- <type scope="com::sun::star::io">XMarkableStream</type> interface
+ com::sun::star::io::XMarkableStream interface
*/
OStreamSection(const staruno::Reference< stario::XDataInputStream >& _rxInput);
/** starts writing of a "skippable" section of data into the given output stream
@param _rxOutput the stream the stream to write to. Must support the
- <type scope="com::sun::star::io">XMarkableStream</type> interface
+ com::sun::star::io::XMarkableStream interface
@param _nPresumedLength estimation for the length of the upcoming section. If greater 0, this
value will be written as section length and corrected (in the dtor) only if
needed. If you know how much bytes you are about to write, you may