summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
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)
{