diff options
Diffstat (limited to 'test/source/setupvcl.hxx')
-rw-r--r-- | test/source/setupvcl.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/source/setupvcl.hxx b/test/source/setupvcl.hxx index 78d4683e50ce..5da3b19e03a6 100644 --- a/test/source/setupvcl.hxx +++ b/test/source/setupvcl.hxx @@ -14,11 +14,10 @@ #include <test/testdllapi.hxx> -namespace test { - +namespace test +{ // Calls InitVCL etc.; needed from multiple places in the test infrastructure: OOO_DLLPUBLIC_TEST_SETUPVCL void setUpVcl(bool forceHeadless = false); - } #endif |