diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-25 05:38:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-26 15:25:40 +0200 |
commit | c476a84abd83873ff807ac5943d882b43f72c90c (patch) | |
tree | c594f81bffb99ca7e65de1c25c13ef7f88df50b2 /basic | |
parent | d46b16e1e495c153f70633d2da5c2bb0aba85cc9 (diff) |
remove pointless comments
Change-Id: I8edfe830b8f6ca7f1809332870e06d1d286b90e8
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxvalue.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx index d7e536933d0d..3dad7683bbe4 100644 --- a/basic/source/sbx/sbxvalue.cxx +++ b/basic/source/sbx/sbxvalue.cxx @@ -1446,7 +1446,6 @@ bool SbxValue::LoadData( SvStream& r, sal_uInt16 ) } break; } - //#fdo39428 SvStream no longer supports operator>>(long&) case SbxSALINT64: r.ReadInt64(aData.nInt64); break; |