diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-02-15 12:46:06 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-02-15 12:46:33 +0000 |
commit | 9b8067d6750b23bc84d6e3e824f11740390cc7fb (patch) | |
tree | 879774b7beba50a1846e3b10d0584d1e96276fd5 /svtools | |
parent | 3f7be8029a81f5bac2352fe6619de3d547ebb0d0 (diff) |
disable EMF+ rendering on windows - it doesn't work yet
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter.vcl/wmf/enhwmf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter.vcl/wmf/enhwmf.cxx b/svtools/source/filter.vcl/wmf/enhwmf.cxx index 65fdb1b1c6df..430a232724c7 100644 --- a/svtools/source/filter.vcl/wmf/enhwmf.cxx +++ b/svtools/source/filter.vcl/wmf/enhwmf.cxx @@ -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-- ) |