disable EMF+ rendering on windows - it doesn't work yet
This commit is contained in:
parent
3f7be8029a
commit
9b8067d675
1 changed files with 1 additions and 1 deletions
|
@ -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-- )
|
||||
|
|
Loading…
Reference in a new issue