Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
libreoffice-bootstrap
svtools-enable-emfplus.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File svtools-enable-emfplus.diff of Package libreoffice-bootstrap
--- svtools/source/filter.vcl/wmf/enhwmf.cxx.old 2011-02-15 18:42:33.000000000 +0100 +++ svtools/source/filter.vcl/wmf/enhwmf.cxx 2011-02-15 20:57:50.000000000 +0100 @@ -344,8 +344,12 @@ BOOL EnhWMFReader::ReadEnhWMF() sal_Bool bFlag, bStatus = ReadHeader(); sal_Bool bHaveDC = false; - // disable EMF+ temporarily on all platforms +#ifdef UNX + static sal_Bool bEnableEMFPlus = ( getenv( "EMF_PLUS_DISABLE" ) == NULL ); +#else + // TODO: make it possible to disable emf+ on windows static sal_Bool bEnableEMFPlus = sal_False; +#endif while( bStatus && nRecordCount-- ) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor