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 /comphelper | |
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 'comphelper')
-rw-r--r-- | comphelper/source/inc/comphelper_module.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/comphelper/source/inc/comphelper_module.hxx b/comphelper/source/inc/comphelper_module.hxx index 2364adf95b6e..8c587f033a1b 100644 --- a/comphelper/source/inc/comphelper_module.hxx +++ b/comphelper/source/inc/comphelper_module.hxx @@ -64,20 +64,6 @@ namespace comphelper { namespace module } }; - /* -------------------------------------------------------------------- */ - template < class TYPE > - class OSingletonRegistration : public ::comphelper::OSingletonRegistration< TYPE > - { - private: - typedef ::comphelper::OSingletonRegistration< TYPE > BaseClass; - - public: - OSingletonRegistration() : BaseClass( ComphelperModule::getInstance() ) - { - } - }; - - } } // namespace comphelper::module |