summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/source/stream/vcompat.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/source/stream/vcompat.cxx b/tools/source/stream/vcompat.cxx
index 85c9a1e27924..b81f95636a24 100644
--- a/tools/source/stream/vcompat.cxx
+++ b/tools/source/stream/vcompat.cxx
@@ -22,6 +22,8 @@
VersionCompat::VersionCompat( SvStream& rStm, sal_uInt16 nStreamMode, sal_uInt16 nVersion ) :
mpRWStm ( &rStm ),
+ mnCompatPos ( 0 ),
+ mnTotalSize ( 0 ),
mnStmMode ( nStreamMode ),
mnVersion ( nVersion )
{