disable EMF+ rendering on windows - it doesn't work yet

This commit is contained in:
Michael Meeks 2011-02-15 12:46:06 +00:00
parent 3f7be8029a
commit 9b8067d675

View file

@ -348,7 +348,7 @@ BOOL EnhWMFReader::ReadEnhWMF()
static sal_Bool bEnableEMFPlus = ( getenv( "EMF_PLUS_DISABLE" ) == NULL );
#else
// TODO: make it possible to disable emf+ on windows
static sal_Bool bEnableEMFPlus = sal_True;
static sal_Bool bEnableEMFPlus = sal_False;
#endif
while( bStatus && nRecordCount-- )