diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-05-18 14:45:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-05-19 07:27:09 +0200 |
commit | 4bc32d5a1b236c12d8133782314fe61c6c037cdb (patch) | |
tree | b583de6a0c28ec70c4dcb7cd4bd84a3d35f6b73e | |
parent | 674e4b01b0d95dc4fe364ee483693557a71ae9ef (diff) |
loplugin:external (clang-cl)
Change-Id: I0bd38acd8c562f4478831f278e7cfda54268849d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115747
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | embeddedobj/qa/cppunit/msole.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |