diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-02-29 19:46:58 +0100 |
---|---|---|
committer | Matúš Kukan <matus@libreoffice.org> | 2016-03-01 19:36:58 +0000 |
commit | 5a1cd2f30d9cc8b9a6ce5eaed06af199080055b7 (patch) | |
tree | 13dfbd3549bb061c3f4a476f103aa3e58425de56 /compilerplugins | |
parent | 9bd334a475e24d8454ef51b4d9aa5bd7668ee58e (diff) |
OSingletonRegistration is dead now
Change-Id: I64a5ffa8790496bd39ba26e0c789db9eedc51071
Reviewed-on: https://gerrit.libreoffice.org/22788
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/refcounting.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx index 0e899f362387..663fcb7a3958 100644 --- a/compilerplugins/clang/refcounting.cxx +++ b/compilerplugins/clang/refcounting.cxx @@ -112,7 +112,6 @@ static std::vector<std::string> PROBABLY_GOOD_TEMPLATES = { "com::sun::star::uno::Sequence", "accessibility::WeakCppRef", "dba::OAutoRegistration", - "dba::OSingletonRegistration", "dbp::OMultiInstanceAutoRegistration", "dbaui::OMultiInstanceAutoRegistration", "dbaxml::OMultiInstanceAutoRegistration", @@ -120,7 +119,6 @@ static std::vector<std::string> PROBABLY_GOOD_TEMPLATES = { "io_acceptor::ReferenceHash", "comphelper::OAutoRegistration", "comphelper::OInterfaceCompare", - "comphelper::module::OSingletonRegistration", "comphelper::WeakBag", "comphelper::service_decl::class_", "comphelper::service_decl::vba_service_class_", @@ -131,7 +129,6 @@ static std::vector<std::string> PROBABLY_GOOD_TEMPLATES = { "dbmm::OAutoRegistration", "pcr::OAutoRegistration", "logging::ComponentMethodGuard", - "logging::OSingletonRegistration", "logging::OAutoRegistration", "rtl::Reference", "sdbtools::OAutoRegistration", |