summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-05-18 14:45:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-05-19 07:27:09 +0200
commit4bc32d5a1b236c12d8133782314fe61c6c037cdb (patch)
treeb583de6a0c28ec70c4dcb7cd4bd84a3d35f6b73e /embeddedobj
parent674e4b01b0d95dc4fe364ee483693557a71ae9ef (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>
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/qa/cppunit/msole.cxx3
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)
{