summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-07-16 15:56:49 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-07-16 16:02:33 +0100
commit9aeadc76a4f2c878f83f07959d9d1694ff13fddf (patch)
tree9371d4ef9ac5a37621c14cdf5ef7725a83ca23d5 /writerfilter/source/ooxml/OOXMLFactory.cxx
parentc04a0895df86f40faef1bc093f7010f374df9d0b (diff)
Cleanup intrusive_ptr usage temporarily.
When we update boost, we should use boost::intrusive_ref_counter in non-threadsafe mode instead here. Change-Id: Id63610bf14d7fcb7f681e009a5ac6e4f8e077a81
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index c45b4f508017..eb5e4b43f864 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -102,8 +102,8 @@ OOXMLFactory::Pointer_t OOXMLFactory::m_Instance;
OOXMLFactory::OOXMLFactory()
{
// multi-thread-safe mutex for all platforms
-
osl::MutexGuard aGuard(OOXMLFactory_Mutex::get());
+ mnRefCnt = 0;
}
OOXMLFactory::~OOXMLFactory()