diff options
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 97a8d70f7932..84633bca2be0 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -138,6 +138,8 @@ ScDocShell& Test::getDocShell() void Test::setUp() { + osl_clearEnvironment(OUString("SC_BACKGROUND_COMPILATION").pData); + BootstrapFixture::setUp(); ScDLL::Init(); |