summaryrefslogtreecommitdiff
path: root/libreofficekit/qa/unit/tiledrendering.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libreofficekit/qa/unit/tiledrendering.cxx')
-rw-r--r--libreofficekit/qa/unit/tiledrendering.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/qa/unit/tiledrendering.cxx b/libreofficekit/qa/unit/tiledrendering.cxx
index d176c3ba4142..c2e14259ea7e 100644
--- a/libreofficekit/qa/unit/tiledrendering.cxx
+++ b/libreofficekit/qa/unit/tiledrendering.cxx
@@ -83,7 +83,7 @@ void TiledRenderingTest::runAllTests()
OUString aWorkdirRootPath = OUString::createFromAscii(pWorkdirRoot);
OUString aWorkdirRootURL = getFileURLFromSystemPath(aWorkdirRootPath);
OUString sUserInstallURL = aWorkdirRootURL + "/unittest";
- rtl::Bootstrap::set(OUString("UserInstallation"), sUserInstallURL);
+ rtl::Bootstrap::set("UserInstallation", sUserInstallURL);
std::unique_ptr< Office > pOffice( lok_cpp_init(
m_sLOPath.c_str() ) );