summaryrefslogtreecommitdiff
path: root/include/svx/viewlayoutitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/viewlayoutitem.hxx')
-rw-r--r--include/svx/viewlayoutitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/viewlayoutitem.hxx b/include/svx/viewlayoutitem.hxx
index 02b91b2b243d..7324bdd129a9 100644
--- a/include/svx/viewlayoutitem.hxx
+++ b/include/svx/viewlayoutitem.hxx
@@ -30,7 +30,7 @@ class SVX_DLLPUBLIC SvxViewLayoutItem: public SfxUInt16Item
bool mbBookMode;
public:
- TYPEINFO_OVERRIDE();
+ static SfxPoolItem* CreateDefault();
SvxViewLayoutItem( sal_uInt16 nColumns = 0, bool bBookMode = false, sal_uInt16 nWhich = SID_ATTR_VIEWLAYOUT );
SvxViewLayoutItem( const SvxViewLayoutItem& );