diff options
Diffstat (limited to 'sfx2/source/doc/objitem.cxx')
-rw-r--r-- | sfx2/source/doc/objitem.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/doc/objitem.cxx b/sfx2/source/doc/objitem.cxx index 66154237224c..1e5a4f5459d8 100644 --- a/sfx2/source/doc/objitem.cxx +++ b/sfx2/source/doc/objitem.cxx @@ -22,8 +22,10 @@ #include <sfx2/objitem.hxx> #include <com/sun/star/lang/XUnoTunnel.hpp> -TYPEINIT1_AUTOFACTORY(SfxObjectShellItem,SfxPoolItem) -TYPEINIT1_AUTOFACTORY(SfxObjectItem,SfxPoolItem) + +SfxPoolItem* SfxObjectShellItem::CreateDefault() { return new SfxObjectShellItem; } + +SfxPoolItem* SfxObjectItem::CreateDefault() { return new SfxObjectItem; } bool SfxObjectShellItem::operator==( const SfxPoolItem &rItem ) const { |