[Libreoffice-commits] core.git: include/comphelper

Tor Lillqvist tml at collabora.com
Thu Dec 8 07:55:15 UTC 2016


 include/comphelper/oslfile2streamwrap.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f66db2516475da18fc7e59972aa08a5eac288604
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Dec 8 09:54:35 2016 +0200

    There is nothing called FmUnoIOStream or FmUnoOutStream here
    
    Change-Id: Icc85cbd952b82eae0c24b3c406e124575bf37b19

diff --git a/include/comphelper/oslfile2streamwrap.hxx b/include/comphelper/oslfile2streamwrap.hxx
index 7622372..2e9db1a 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>


More information about the Libreoffice-commits mailing list