diff options
author | Alexander O. Anisimov <alenyashka@gmail.com> | 2010-11-12 12:47:59 +0500 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-12 09:16:46 +0100 |
commit | 3236836c57070e3ca72e23dd342de56c32417618 (patch) | |
tree | 9670a00bd5611deb52368dbdd88f0bc18eecf5bf /tools/inc | |
parent | 65a16b2142800c642446d70038532435fe7a88c5 (diff) |
Remove bogus comments
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/stream.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index 08092bf1e42c..1706ee8ea714 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -842,9 +842,7 @@ public: class TOOLS_DLLPUBLIC SvDataCopyStream { public: - /*-----------------MM 30.04.96 11:01----------------- - mehrfaches Aufrufen von Load und Assign erlaubt - --------------------------------------------------*/ + // mehrfaches Aufrufen von Load und Assign erlaubt TYPEINFO(); virtual ~SvDataCopyStream(){} virtual void Load( SvStream & ) = 0; |