summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-12 13:43:35 +0200
committerNoel Grandin <noel@peralex.com>2015-10-13 10:07:49 +0200
commit1716b3a338b19b9d1be39696866b376aed216c9a (patch)
treebf5c22d411039156cc40365db41b83b9ed770ab0 /filter
parentinline typedef (diff)
downloadcore-1716b3a338b19b9d1be39696866b376aed216c9a.tar.gz
core-1716b3a338b19b9d1be39696866b376aed216c9a.zip
remove some useless comments
found with git grep '// /' Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 5b576d2ef5c7..1f6fec52033e 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -4952,11 +4952,11 @@ SvStream* EscherExGlobal::ImplQueryPictureStream()
return 0;
}
-// /Implementation of an empty stream that silently succeeds, but does nothing.
-// /
-// /In fact, this is a hack. The right solution is to abstract EscherEx to be
-// /able to work without SvStream; but at the moment it is better to live with
-// /this I guess.
+// Implementation of an empty stream that silently succeeds, but does nothing.
+//
+// In fact, this is a hack. The right solution is to abstract EscherEx to be
+// able to work without SvStream; but at the moment it is better to live with
+// this I guess.
class SvNullStream : public SvStream
{
protected: