summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-08 09:54:35 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-08 09:54:35 +0200
commitf66db2516475da18fc7e59972aa08a5eac288604 (patch)
tree8c2cec078d1a41deef0648cd3b2b4e0c0e3e845c /include
parent288386f6986622461f28276ff7ff3e7172143159 (diff)
There is nothing called FmUnoIOStream or FmUnoOutStream here
Change-Id: Icc85cbd952b82eae0c24b3c406e124575bf37b19
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/oslfile2streamwrap.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/comphelper/oslfile2streamwrap.hxx b/include/comphelper/oslfile2streamwrap.hxx
index 76223722ecbb..2e9db1a31295 100644
--- a/include/comphelper/oslfile2streamwrap.hxx
+++ b/include/comphelper/oslfile2streamwrap.hxx
@@ -29,7 +29,6 @@
namespace comphelper
{
-// FmUnoIOStream,
// Stream to read and write data, based on File
class OSLInputStreamWrapper : public ::cppu::WeakImplHelper<css::io::XInputStream>
@@ -52,7 +51,6 @@ private:
};
-// FmUnoOutStream,
// data sink for the files
class OSLOutputStreamWrapper : public ::cppu::WeakImplHelper<css::io::XOutputStream>