[Libreoffice-commits] .: lotuswordpro/source

David Tardon dtardon at kemper.freedesktop.org
Sun May 22 23:20:29 PDT 2011


 lotuswordpro/source/filter/lwpdivinfo.cxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0caede169375af0873b23b521ca7a731d274f216
Author: David Tardon <dtardon at redhat.com>
Date:   Mon May 23 08:20:22 2011 +0200

    fix debug build

diff --git a/lotuswordpro/source/filter/lwpdivinfo.cxx b/lotuswordpro/source/filter/lwpdivinfo.cxx
index 584742d..90da5da 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);


More information about the Libreoffice-commits mailing list