summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-23 08:20:22 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-23 08:20:22 +0200
commit78b3bcfc06cf95ef9fef3ca026b45e28343cc08a (patch)
tree0624bf519fe602d9a570dccdc59434f3d4bac43d /lotuswordpro
parentfix up endianness of higher-hanging QuickReads (diff)
downloadcore-78b3bcfc06cf95ef9fef3ca026b45e28343cc08a.tar.gz
core-78b3bcfc06cf95ef9fef3ca026b45e28343cc08a.zip
fix debug build
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpdivinfo.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpdivinfo.cxx b/lotuswordpro/source/filter/lwpdivinfo.cxx
index 03154277f09b..ffa25a86ca8b 100644
--- a/lotuswordpro/source/filter/lwpdivinfo.cxx
+++ b/lotuswordpro/source/filter/lwpdivinfo.cxx
@@ -109,7 +109,10 @@ void LwpDivInfo::Read()
m_FillerPageTextID.ReadIndexed(m_pObjStrm);
// read external file object stuff
- /*sal_uInt16 type =*/ m_pObjStrm->QuickReaduInt16();
+#if !defined(NDEBUG)
+ sal_uInt16 type =
+#endif
+ m_pObjStrm->QuickReaduInt16();
//cpExternalFile = LNULL;
assert(type==0);