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

Stephan Bergmann sbergman at redhat.com
Wed Mar 23 14:47:04 UTC 2016


 sw/source/filter/html/htmlflywriter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9f6d7d40b00fd67200c1a2a863cded790e77a40a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 23 15:46:31 2016 +0100

    loplugin:literaltoboolconversion
    
    Change-Id: I25fe5df2b7dc6dd238f73b8a0f2f4f40a6f238ee

diff --git a/sw/source/filter/html/htmlflywriter.cxx b/sw/source/filter/html/htmlflywriter.cxx
index 1281231..914ca8a 100644
--- a/sw/source/filter/html/htmlflywriter.cxx
+++ b/sw/source/filter/html/htmlflywriter.cxx
@@ -1784,7 +1784,7 @@ static Writer& OutHTML_FrameFormatGrfNode( Writer& rWrt, const SwFrameFormat& rF
             // create a (mirrored) jpeg file
             if( rHTMLWrt.GetOrigFileName() )
                 aGraphicURL = *rHTMLWrt.GetOrigFileName();
-            pGrfNd->GetGrf( sal_True );
+            pGrfNd->GetGrf( true );
 
             sal_uLong nFlags = XOUTBMP_USE_GIF_IF_SENSIBLE |
                            XOUTBMP_USE_NATIVE_IF_POSSIBLE;


More information about the Libreoffice-commits mailing list