diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-07 14:08:09 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-07 14:08:09 +0200 |
commit | f3f71d1d64e8d05260a4a49ba3e0191a089324b0 (patch) | |
tree | f3991682d56da23ac3d2b857cf207634d6a0cf7d /sc/qa | |
parent | 49bc2ac28fed51425f257558db4ed1e9c3522e6f (diff) |
Drop the check of the SC_BACKGROUND_COMPILATION env var
Change-Id: Ia33002819023c79160d921fbc1cca7a5c12d143a
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 5196c98d5528..7c1d72d34dae 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -137,8 +137,6 @@ ScDocShell& Test::getDocShell() void Test::setUp() { - osl_clearEnvironment(OUString("SC_BACKGROUND_COMPILATION").pData); - BootstrapFixture::setUp(); ScDLL::Init(); |