summaryrefslogtreecommitdiff
path: root/include/unotools/streamsection.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-20 14:44:35 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-21 09:03:15 +0200
commitab9e2ed4ca551768295ede7ab84d0b41f14cebc5 (patch)
treea41f7d1f11f89da74dea72a916736e752d0e41e1 /include/unotools/streamsection.hxx
parentfa6a5ebc1c55cff3967338eb341187edaa977aa3 (diff)
unotools: use css alias
Change-Id: I0440f589242d921e3e10e490e43f40cabd70ec9f
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 c6b6d68027bc..ad45b4e12496 100644
--- a/include/unotools/streamsection.hxx
+++ b/include/unotools/streamsection.hxx
@@ -47,13 +47,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
- com::sun::star::io::XMarkableStream interface
+ css::io::XMarkableStream interface
*/
OStreamSection(const css::uno::Reference< css::io::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
- com::sun::star::io::XMarkableStream interface
+ css::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