sfx2/source/doc/graphhelp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5e41d7e63829a0a74576615fde149084621d2e8f Author: Thomas Arnhold <tho...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits