summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgole.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgole.hxx')
-rw-r--r--sot/source/sdstor/stgole.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgole.hxx b/sot/source/sdstor/stgole.hxx
index b6888823e4af..899b07fcd97e 100644
--- a/sot/source/sdstor/stgole.hxx
+++ b/sot/source/sdstor/stgole.hxx
@@ -41,9 +41,9 @@ public:
class StgCompObjStream : public StgInternalStream
{
- ClsId m_aClsId;
+ ClsId m_aClsId = {};
OUString m_aUserName;
- SotClipboardFormatId m_nCbFormat;
+ SotClipboardFormatId m_nCbFormat = SotClipboardFormatId::NONE;
public:
StgCompObjStream( BaseStorage&, bool );
ClsId& GetClsId() { return m_aClsId; }