summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/oslfile2streamwrap.hxx
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2012-03-10 21:58:25 +0100
committerStefan Knorr (astron) <heinzlesspam@gmail.com>2012-03-10 22:00:56 +0100
commit5bec57a0b784a3bc8a181705f04f7af53ca4e04b (patch)
tree122d8069e253d98652b6d58cbd878af26c9aaa92 /comphelper/inc/comphelper/oslfile2streamwrap.hxx
parentcaacafe4dbd3283a08c558104458d5b61c0e0743 (diff)
Correct some mistranslated comments
Diffstat (limited to 'comphelper/inc/comphelper/oslfile2streamwrap.hxx')
-rw-r--r--comphelper/inc/comphelper/oslfile2streamwrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/oslfile2streamwrap.hxx b/comphelper/inc/comphelper/oslfile2streamwrap.hxx
index 64ebca65d7df..f43297b28b43 100644
--- a/comphelper/inc/comphelper/oslfile2streamwrap.hxx
+++ b/comphelper/inc/comphelper/oslfile2streamwrap.hxx
@@ -42,7 +42,7 @@ namespace comphelper
//==================================================================
// FmUnoIOStream,
-// Stream to read and write from data read from a file
+// Stream to read and write data, based on File
//==================================================================
class COMPHELPER_DLLPUBLIC OSLInputStreamWrapper : public ::cppu::WeakImplHelper1<stario::XInputStream>
{
@@ -63,7 +63,7 @@ public:
//==================================================================
// FmUnoOutStream,
-// sync data for the files
+// data sink for the files
//==================================================================
class OSLOutputStreamWrapper : public ::cppu::WeakImplHelper1<stario::XOutputStream>
{