diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-04 08:29:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-04 14:10:44 +0200 |
commit | 59b072e22b0610abc7ffdbc75873ef5cbba58de7 (patch) | |
tree | 663c2d01a983508f9b22ec87fae29b16ab5a1683 /libreofficekit | |
parent | baa411b59c3840a4dddf5447a0b4583eb5edea74 (diff) |
yyyyy
Change-Id: I9a947beefd2dfe21da8239e841ea3fb416bd1548
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/qa/unit/tiledrendering.cxx | 2 |
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() ) ); |