summaryrefslogtreecommitdiff
path: root/test/source/isheadless.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-29 17:54:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-29 17:54:04 +0200
commit471408327978144dcc11f5f65f8208016867e03a (patch)
treee16998ccbf5786b70198c9cd040b08aa60eac471 /test/source/isheadless.hxx
parent66e2f20c5610eb500b4a9cf22ef024492ba0fd00 (diff)
Remove duplication of "set up VCL" code
The "this is called from pyuno" version in test/source/bootstrapfixture.cxx had had an empty deinitHook, but it appears to not hurt to give it the same deinitHook as the version in test/source/vclbootstrapprotector.cxx had had. Make test::setUpVcl accessible from outside module test for an upcoming use in <https://gerrit.libreoffice.org/#/c/28322/16> "tdf#99402: fix Metafile Font handling". Change-Id: I1d609445690b6ee5e331aa322cd4bf434a3de78e
Diffstat (limited to 'test/source/isheadless.hxx')
-rw-r--r--test/source/isheadless.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/source/isheadless.hxx b/test/source/isheadless.hxx
index 79ff330c69bf..8a3e81e6ee72 100644
--- a/test/source/isheadless.hxx
+++ b/test/source/isheadless.hxx
@@ -13,6 +13,7 @@
#include <sal/config.h>
#include <rtl/process.h>
+#include <rtl/ustring.hxx>
#include <sal/types.h>
namespace test {