basic/source/basmgr/basicmanagerrepository.cxx | 7 ------- 1 file changed, 7 deletions(-)
New commits: commit c4abc77f2e29d96ff2025b1bd84fe3f63715e011 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Dec 18 07:55:51 2019 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Dec 18 10:02:14 2019 +0100 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 <sberg...@redhat.com> 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits