diff options
Diffstat (limited to 'sot/source/base/object.cxx')
-rw-r--r-- | sot/source/base/object.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx index ddce68b1636e..b8096429363f 100644 --- a/sot/source/base/object.cxx +++ b/sot/source/base/object.cxx @@ -24,14 +24,12 @@ class SotObjectFactory : public SotFactory { public: - TYPEINFO_OVERRIDE(); SotObjectFactory( const SvGlobalName & rName, const OUString & rClassName, CreateInstanceType pCreateFuncP ) : SotFactory( rName, rClassName, pCreateFuncP ) {} }; -TYPEINIT1(SotObjectFactory,SotFactory); SO2_IMPL_BASIC_CLASS_DLL(SotObject,SotObjectFactory, |