summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/wrlmitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/wrlmitem.hxx')
-rw-r--r--editeng/inc/editeng/wrlmitem.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/editeng/inc/editeng/wrlmitem.hxx b/editeng/inc/editeng/wrlmitem.hxx
index 153c0c5d47df..6fbd46695f1e 100644
--- a/editeng/inc/editeng/wrlmitem.hxx
+++ b/editeng/inc/editeng/wrlmitem.hxx
@@ -45,10 +45,8 @@ namespace rtl
class EDITENG_DLLPUBLIC SvxWordLineModeItem : public SfxBoolItem
{
public:
- TYPEINFO();
-
- SvxWordLineModeItem( const sal_Bool bWordLineMode /*= sal_False*/,
- const sal_uInt16 nId );
+ POOLITEM_FACTORY()
+ SvxWordLineModeItem( const sal_Bool bWordLineMode = sal_False, const sal_uInt16 nId = 0 );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;