embeddedobj/qa/cppunit/msole.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 4bc32d5a1b236c12d8133782314fe61c6c037cdb Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue May 18 14:45:15 2021 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed May 19 07:27:09 2021 +0200 loplugin:external (clang-cl) Change-Id: I0bd38acd8c562f4478831f278e7cfda54268849d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115747 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/embeddedobj/qa/cppunit/msole.cxx b/embeddedobj/qa/cppunit/msole.cxx index 6cd768ead146..85be389384fa 100644 --- a/embeddedobj/qa/cppunit/msole.cxx +++ b/embeddedobj/qa/cppunit/msole.cxx @@ -66,6 +66,8 @@ void Test::registerNamespaces(xmlXPathContextPtr& pXmlXpathCtx) XmlTestTools::registerODFNamespaces(pXmlXpathCtx); } +namespace +{ class OdtExportThread : public osl::Thread { uno::Reference<lang::XComponent> mxComponent; @@ -91,6 +93,7 @@ void OdtExportThread::run() }; xStorable->storeToURL(maURL, aStoreProperties); } +} CPPUNIT_TEST_FIXTURE(Test, testSaveOnThread) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits