summaryrefslogtreecommitdiff
path: root/include/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-07 21:05:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-08 09:22:46 +0100
commit467887d3c938b48d13f70e559e15ffd081de512d (patch)
treec4916d6672a01e392fee5784b7cf732e8f860a4f /include/framework
parentefbe959732687d7a96041a3f7b90e817abbd8145 (diff)
Related: tdf#100713 fix more recent bug to try and see older bug...
at the moment AddonsOptions::Notify is called with a null this which crashes during adding an extension regression from... commit 3bdc5063f942b9ea3b6e39e707926fbc516c19f9 Date: Wed Jun 22 02:30:43 2016 +0200 tdf#89329: use shared_ptr for pImpl in addonsoptions Change-Id: Ic28951e56bb8beca2a01ef2a1864eadcf3864e5b
Diffstat (limited to 'include/framework')
-rw-r--r--include/framework/addonsoptions.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index e0c40136edfe..30a46a9ff841 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -207,15 +207,6 @@ class FWE_DLLPUBLIC AddonsOptions
static ::osl::Mutex& GetOwnStaticMutex();
- /*-****************************************************************************************************
- @short return a reference to a static mutex
- @descr These class is partially threadsafe (for de-/initialization only).
- All access methods are'nt safe!
- We create a static mutex only for one ime and use at different times.
- @return A reference to a static mutex member.
- *//*-*****************************************************************************************************/
- DECL_LINK_TYPED( Notify, void*, void );
-
private:
std::shared_ptr<AddonsOptions_Impl> m_pImpl;
};