summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parentd46b16e1e495c153f70633d2da5c2bb0aba85cc9 (diff)
remove pointless comments
Change-Id: I8edfe830b8f6ca7f1809332870e06d1d286b90e8
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/graphic/grfattr.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/graphic/grfattr.cxx b/svtools/source/graphic/grfattr.cxx
index a24042708046..d3f7beb11174 100644
--- a/svtools/source/graphic/grfattr.cxx
+++ b/svtools/source/graphic/grfattr.cxx
@@ -86,7 +86,6 @@ SvStream& ReadGraphicAttr( SvStream& rIStm, GraphicAttr& rAttr )
if( aCompat.GetVersion() >= 2 )
{
- //#fdo39428 SvStream no longer supports operator>>(long&)
sal_Int32 nTmpL(0), nTmpT(0), nTmpR(0), nTmpB(0);
rIStm.ReadInt32( nTmpL ).ReadInt32( nTmpT ).ReadInt32( nTmpR ).ReadInt32( nTmpB );
rAttr.mnLeftCrop = nTmpL;
@@ -110,7 +109,6 @@ SvStream& WriteGraphicAttr( SvStream& rOStm, const GraphicAttr& rAttr )
rOStm.WriteUInt32( rAttr.mnMirrFlags ).WriteUInt16( rAttr.mnRotate10 );
rOStm.WriteInt16( rAttr.mnContPercent ).WriteInt16( rAttr.mnLumPercent ).WriteInt16( rAttr.mnRPercent ).WriteInt16( rAttr.mnGPercent ).WriteInt16( rAttr.mnBPercent );
rOStm.WriteUChar( rAttr.mbInvert ).WriteUChar( rAttr.mcTransparency ).WriteUInt16( (sal_uInt16) rAttr.meDrawMode );
- //#fdo39428 SvStream no longer supports operator<<(long)
rOStm.WriteInt32( rAttr.mnLeftCrop )
.WriteInt32( rAttr.mnTopCrop )
.WriteInt32( rAttr.mnRightCrop )