summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorTom Thorogood <tom@tomthorogood.com>2012-02-28 00:38:23 -0500
committerTor Lillqvist <tlillqvist@suse.com>2012-03-05 18:52:34 +0200
commit8907a41bf8370446a1cc46c72b2841e5e3588806 (patch)
tree5163575298cafc9ddb2c4e3637e59ca7656d5540 /comphelper/inc
parenta1be31fd8bf830a4f5961e690bcffd050782e210 (diff)
Translate german comments in core/comphelper
Diffstat (limited to 'comphelper/inc')
-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 754be72c963b..64ebca65d7df 100644
--- a/comphelper/inc/comphelper/oslfile2streamwrap.hxx
+++ b/comphelper/inc/comphelper/oslfile2streamwrap.hxx
@@ -42,7 +42,7 @@ namespace comphelper
//==================================================================
// FmUnoIOStream,
-// stream zum schreiben un lesen von Daten, basieren auf File
+// Stream to read and write from data read from a file
//==================================================================
class COMPHELPER_DLLPUBLIC OSLInputStreamWrapper : public ::cppu::WeakImplHelper1<stario::XInputStream>
{
@@ -63,7 +63,7 @@ public:
//==================================================================
// FmUnoOutStream,
-// Datensenke fuer Files
+// sync data for the files
//==================================================================
class OSLOutputStreamWrapper : public ::cppu::WeakImplHelper1<stario::XOutputStream>
{