summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 3e3bc3a69f9c..0d59afdc132f 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -3853,7 +3853,7 @@ PPTCharSheet::PPTCharSheet( TSS_Type nInstance )
void PPTCharSheet::Read( SvStream& rIn, sal_uInt32 nLevel)
{
// character attributes
- sal_uInt32 nCMask;
+ sal_uInt32 nCMask(0);
sal_uInt16 nVal16;
rIn.ReadUInt32( nCMask );