diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index 41fca3d3f92d..a5ce0f0b3068 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -83,7 +83,7 @@ void test::BootstrapFixture::setUp() aLocalOptions.SetLocaleConfigString( aLangISO ); aLocalOptions.SetUILocaleConfigString( aLangISO ); - InitVCL(m_xSFactory); + InitVCL(); if (Application::IsHeadlessModeRequested()) Application::EnableHeadlessMode(true); |