summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-06-21 14:13:27 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:08 +0200
commit849c92d867ff3eaac58af55dca4f35a5c075996e (patch)
tree39fb130e7018a92443695903be24f3893283cc27 /vcl
parenta7c3ced4afaa3ca0c0cfc6a951b5f0d404836376 (diff)
screenshots: kill work-around for pseudo-headless mode
Start test with use_vcl_non_headless_with_windows instead Change-Id: Id6ff9c6f15ec927e1cbe2c599c526857982a76d2
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/settings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 5b1bf9aee543..f684393a62bf 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -2376,7 +2376,7 @@ ImplMiscData::ImplMiscData()
// Should we display any windows?
// need to hardly mask here for now, needs to be adapted of course...
- mbPseudoHeadless = false; // getenv("VCL_HIDE_WINDOWS") || comphelper::LibreOfficeKit::isActive();
+ mbPseudoHeadless = getenv("VCL_HIDE_WINDOWS") || comphelper::LibreOfficeKit::isActive();
}
ImplMiscData::ImplMiscData( const ImplMiscData& rData )