summaryrefslogtreecommitdiff
path: root/tools/inc/tools/stream.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2010-12-14 20:36:09 +0000
committerNoel Power <noel.power@novell.com>2010-12-14 20:36:09 +0000
commitca4cd82830e8c2e15924adbfb3378174c7411428 (patch)
tree26151565854983fddc7d9aeb19aaa221ad7d6d79 /tools/inc/tools/stream.hxx
parent040cd5d18f20655656073fc7dbb44d3410023946 (diff)
add stream operator for sal_uInt64
Diffstat (limited to 'tools/inc/tools/stream.hxx')
-rw-r--r--tools/inc/tools/stream.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx
index 1706ee8ea714..dc34cdc2d96c 100644
--- a/tools/inc/tools/stream.hxx
+++ b/tools/inc/tools/stream.hxx
@@ -354,6 +354,7 @@ public:
SvStream& operator>>( sal_uInt16& rUInt16 );
SvStream& operator>>( sal_uInt32& rUInt32 );
+ SvStream& operator>>( sal_uInt64& rUInt64 );
SvStream& operator>>( long& rLong );
SvStream& operator>>( short& rShort );
SvStream& operator>>( int& rInt );
@@ -372,6 +373,7 @@ public:
SvStream& operator<<( sal_uInt16 nUInt16 );
SvStream& operator<<( sal_uInt32 nUInt32 );
+ SvStream& operator<<( sal_uInt64 nuInt64 );
SvStream& operator<<( long nLong );
SvStream& operator<<( short nShort );
SvStream& operator<<( int nInt );