summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/hatch.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-25 05:38:24 +0200
committerNoel Grandin <noel@peralex.com>2014-09-26 15:25:40 +0200
commitc476a84abd83873ff807ac5943d882b43f72c90c (patch)
treec594f81bffb99ca7e65de1c25c13ef7f88df50b2 /vcl/source/gdi/hatch.cxx
parentd46b16e1e495c153f70633d2da5c2bb0aba85cc9 (diff)
remove pointless comments
Change-Id: I8edfe830b8f6ca7f1809332870e06d1d286b90e8
Diffstat (limited to 'vcl/source/gdi/hatch.cxx')
-rw-r--r--vcl/source/gdi/hatch.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/hatch.cxx b/vcl/source/gdi/hatch.cxx
index c2db96d839c5..baa669d44030 100644
--- a/vcl/source/gdi/hatch.cxx
+++ b/vcl/source/gdi/hatch.cxx
@@ -125,7 +125,6 @@ SvStream& ReadImplHatch( SvStream& rIStm, ImplHatch& rImplHatch )
sal_Int32 nTmp32(0);
rIStm.ReadUInt16( nTmp16 ); rImplHatch.meStyle = (HatchStyle) nTmp16;
- //#fdo39428 SvStream no longer supports operator>>(long&)
ReadColor( rIStm, rImplHatch.maColor ).ReadInt32( nTmp32 ).ReadUInt16( rImplHatch.mnAngle );
rImplHatch.mnDistance = nTmp32;