summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-05 18:41:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:53 +0200
commit532b69fbc4e4a5fe7aac57bf997aecb2ec65889e (patch)
treed8c9eea0c2ad4f9058a455998c4a913a6f18f54f
parent2b1833d935ab4ea667bf248387bd0938ac2e9e2e (diff)
remove commented out code
-rw-r--r--vcl/source/filter/sgvmain.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/filter/sgvmain.cxx b/vcl/source/filter/sgvmain.cxx
index 025ebe4681e9..308d61a2150f 100644
--- a/vcl/source/filter/sgvmain.cxx
+++ b/vcl/source/filter/sgvmain.cxx
@@ -808,7 +808,6 @@ bool SgfFilterSDrw( SvStream& rInp, SgfHeader&, SgfEntry&, GDIMetaFile& rMtf )
if (aPage.nList!=0) SkipObjkList(rInp);
} while (aPage.Next!=0L && !rInp.GetError());
-// ShowMsg("Drawingpage(n)\n");
nCharPos=rInp.Tell();
ReadPageType( rInp, aPage );