summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-06 11:35:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-20 15:23:38 +0100
commit37fb0b936d4155373ae8a4cbe9e09bf04174e687 (patch)
tree5e340e2d676baeae9c581f8d797f6902abb1f75f /unotools/inc
parentconfig leaks: drop dodgy LegacySingleton foo (diff)
downloadcore-37fb0b936d4155373ae8a4cbe9e09bf04174e687.tar.gz
core-37fb0b936d4155373ae8a4cbe9e09bf04174e687.zip
config leaks: drop dodgy LegacySingleton foo
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/componentresmodule.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/unotools/inc/unotools/componentresmodule.hxx b/unotools/inc/unotools/componentresmodule.hxx
index 5fa704951ac0..0ac796f33d73 100644
--- a/unotools/inc/unotools/componentresmodule.hxx
+++ b/unotools/inc/unotools/componentresmodule.hxx
@@ -149,22 +149,8 @@ namespace utl
OSingletonRegistration() : BaseClass( ModuleClass::getInstance() ) \
{ \
} \
- }; \
- \
- /* -------------------------------------------------------------------- */ \
- template < class TYPE > \
- class OLegacySingletonRegistration : public ::comphelper::OLegacySingletonRegistration< TYPE > \
- { \
- private: \
- typedef ::comphelper::OLegacySingletonRegistration< TYPE > BaseClass; \
- \
- public: \
- OLegacySingletonRegistration() : BaseClass( ModuleClass::getInstance() ) \
- { \
- } \
};
-
//====================================================================
//= implementing a concrete module
//====================================================================