diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-05 18:41:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:53 +0200 |
commit | 532b69fbc4e4a5fe7aac57bf997aecb2ec65889e (patch) | |
tree | d8c9eea0c2ad4f9058a455998c4a913a6f18f54f | |
parent | 2b1833d935ab4ea667bf248387bd0938ac2e9e2e (diff) |
remove commented out code
-rw-r--r-- | vcl/source/filter/sgvmain.cxx | 1 |
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 ); |