[Libreoffice-commits] core.git: hwpfilter/source

Caolán McNamara caolanm at redhat.com
Wed Feb 25 09:29:29 PST 2015


 hwpfilter/source/drawing.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b1453e7fc73952bfa712fc016c3f4fcc9fca45da
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Feb 25 17:28:42 2015 +0000

    fix bustage
    
    Change-Id: I249fe09319d6e0995d9ffdc7e4396b9b1787ad28

diff --git a/hwpfilter/source/drawing.h b/hwpfilter/source/drawing.h
index b542355..66b111a 100644
--- a/hwpfilter/source/drawing.h
+++ b/hwpfilter/source/drawing.h
@@ -205,7 +205,6 @@ static bool LoadCommonHeader(HWPDrawingObject * hdo, unsigned short * link_info)
         return false;
     if (!hmem->read4b(hdo->extent.w))
         return false;
-        return false;
     if (!hmem->read4b(hdo->extent.h))
         return false;
     if (!hmem->read4b(hdo->offset2.x))


More information about the Libreoffice-commits mailing list