summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-12-18 07:55:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-12-18 10:02:14 +0100
commitc4abc77f2e29d96ff2025b1bd84fe3f63715e011 (patch)
treee6934eebeaa267f0fbc7fcc9e20190944d509c3e /basic/source
parente90e3bb1d802bdd5f06a2de9752069f9dfb61aab (diff)
Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),
...redux, after 51e7a590976f664deb0a386d23b66bee38ea5687 "Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)" had done the same in parallel but forgot to remove some now-unnecessary parts Change-Id: I6c9d80c28b673ffb178d4f3cbd097b7d90891344 Reviewed-on: https://gerrit.libreoffice.org/85356 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/basmgr/basicmanagerrepository.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx
index 1e9378ff864b..9116dbd382f1 100644
--- a/basic/source/basmgr/basicmanagerrepository.cxx
+++ b/basic/source/basmgr/basicmanagerrepository.cxx
@@ -62,16 +62,9 @@ namespace basic
typedef std::vector< BasicManagerCreationListener* > CreationListeners;
- namespace {
-
- struct CreateImplRepository;
-
- }
-
class ImplRepository : public ::utl::OEventListenerAdapter, public SfxListener
{
private:
- friend CreateImplRepository;
ImplRepository();
private: