summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2016-02-29 19:46:58 +0100
committerMatúš Kukan <matus@libreoffice.org>2016-03-01 19:36:58 +0000
commit5a1cd2f30d9cc8b9a6ce5eaed06af199080055b7 (patch)
tree13dfbd3549bb061c3f4a476f103aa3e58425de56 /include/unotools
parent9bd334a475e24d8454ef51b4d9aa5bd7668ee58e (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 'include/unotools')
-rw-r--r--include/unotools/componentresmodule.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/unotools/componentresmodule.hxx b/include/unotools/componentresmodule.hxx
index bc35a6cd1a0c..c63d10c100a3 100644
--- a/include/unotools/componentresmodule.hxx
+++ b/include/unotools/componentresmodule.hxx
@@ -121,19 +121,6 @@ namespace utl
OAutoRegistration() : BaseClass( ModuleClass::getInstance() ) \
{ \
} \
- }; \
- \
- /* -------------------------------------------------------------------- */ \
- template < class TYPE > \
- class OSingletonRegistration : public ::comphelper::OSingletonRegistration< TYPE > \
- { \
- private: \
- typedef ::comphelper::OSingletonRegistration< TYPE > BaseClass; \
- \
- public: \
- OSingletonRegistration() : BaseClass( ModuleClass::getInstance() ) \
- { \
- } \
};
//= implementing a concrete module