diff options
-rw-r--r-- | sd/source/filter/ppt/pptin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index e4bd9b24bb42..f998e57c73e9 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -252,7 +252,7 @@ bool ImplSdPPTImport::Import() { PropItem aPropItem; - sal_uInt32 nType, nPropCount; + sal_uInt32 nType(0), nPropCount(0); pDInfoSec2->Read(); |