summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpoleobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpoleobject.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpoleobject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpoleobject.cxx b/lotuswordpro/source/filter/lwpoleobject.cxx
index 92e3154f0632..6da021f210d6 100644
--- a/lotuswordpro/source/filter/lwpoleobject.cxx
+++ b/lotuswordpro/source/filter/lwpoleobject.cxx
@@ -198,10 +198,10 @@ void LwpOleObject::Read()
cPersistentFlags = m_pObjStrm->QuickReaduInt16();
// qCMarker read
- LwpObjectID ID;
if (LwpFileHeader::m_nFileRevision >= 0x0004)
{
+ LwpObjectID ID;
m_pObjStrm->QuickReaduInt16();
m_pObjStrm->QuickReadStringPtr();