summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-03-29 14:30:45 +0200
committerRadek Doulik <rodo@novell.com>2012-03-29 14:37:31 +0200
commit48f0a248cf8313f0341e2e6171f518d01d83478d (patch)
tree7937713dba2a3287c11f3a84c70704156fb06a70 /svtools
parentacad49d424ffd3b9f569dda5966f8c58d96af240 (diff)
emf+ on win: enable emf+ parsing
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter/wmf/enhwmf.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/filter/wmf/enhwmf.cxx b/svtools/source/filter/wmf/enhwmf.cxx
index 9664b092927b..b81d973aa9c7 100644
--- a/svtools/source/filter/wmf/enhwmf.cxx
+++ b/svtools/source/filter/wmf/enhwmf.cxx
@@ -440,12 +440,7 @@ sal_Bool EnhWMFReader::ReadEnhWMF()
sal_Bool bFlag(sal_False), bStatus = ReadHeader();
sal_Bool bHaveDC = false;
-#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-- && pWMF->good())
{