diff options
Diffstat (limited to 'include/svx/viewlayoutitem.hxx')
-rw-r--r-- | include/svx/viewlayoutitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/viewlayoutitem.hxx b/include/svx/viewlayoutitem.hxx index 0a5b3ee434b5..495443c85c10 100644 --- a/include/svx/viewlayoutitem.hxx +++ b/include/svx/viewlayoutitem.hxx @@ -31,7 +31,7 @@ class SVX_DLLPUBLIC SvxViewLayoutItem final : public SfxUInt16Item public: static SfxPoolItem* CreateDefault(); - SvxViewLayoutItem( sal_uInt16 nColumns = 0, bool bBookMode = false, sal_uInt16 nWhich = SID_ATTR_VIEWLAYOUT ); + SvxViewLayoutItem( sal_uInt16 nColumns = 0, bool bBookMode = false, TypedWhichId<SvxViewLayoutItem> nWhich = SID_ATTR_VIEWLAYOUT ); SvxViewLayoutItem( const SvxViewLayoutItem& ); virtual ~SvxViewLayoutItem() override; |