Kaydet (Commit) 5e41d7e6 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

bool conversion for windows, too

Change-Id: I38e481ce7d4eeea6679e33640555469cd18d3109
üst a14752a8
...@@ -184,7 +184,7 @@ void* GraphicHelper::getWinMetaFileFromGDI_Impl( const GDIMetaFile* pGDIMeta, co ...@@ -184,7 +184,7 @@ void* GraphicHelper::getWinMetaFileFromGDI_Impl( const GDIMetaFile* pGDIMeta, co
bool GraphicHelper::supportsMetaFileHandle_Impl() bool GraphicHelper::supportsMetaFileHandle_Impl()
{ {
#ifdef WNT #ifdef WNT
return sal_True; return true;
#else #else
return false; return false;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment