[Libreoffice-commits] core.git: embeddedobj/qa
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 19 05:27:55 UTC 2021
embeddedobj/qa/cppunit/msole.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4bc32d5a1b236c12d8133782314fe61c6c037cdb
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue May 18 14:45:15 2021 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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)
{
More information about the Libreoffice-commits
mailing list