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

Thomas Arnhold thomas at arnhold.org
Wed May 14 13:42:52 PDT 2014


 sfx2/source/doc/graphhelp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5e41d7e63829a0a74576615fde149084621d2e8f
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed May 14 22:41:25 2014 +0200

    bool conversion for windows, too
    
    Change-Id: I38e481ce7d4eeea6679e33640555469cd18d3109

diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx
index c2aa204..f1d0bc5 100644
--- a/sfx2/source/doc/graphhelp.cxx
+++ b/sfx2/source/doc/graphhelp.cxx
@@ -184,7 +184,7 @@ void* GraphicHelper::getWinMetaFileFromGDI_Impl( const GDIMetaFile* pGDIMeta, co
 bool GraphicHelper::supportsMetaFileHandle_Impl()
 {
 #ifdef WNT
-    return sal_True;
+    return true;
 #else
     return false;
 #endif


More information about the Libreoffice-commits mailing list