diff options
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index b8229ca338a0..f4c4b9c7b14b 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -46,7 +46,7 @@ class SFX2_DLLPUBLIC SfxTabDialogItem final : public SfxSetItem public: SfxTabDialogItem( sal_uInt16 nId, const SfxItemSet& rItemSet ); SfxTabDialogItem(const SfxTabDialogItem& rAttr, SfxItemPool* pItemPool); - virtual SfxPoolItem* Clone(SfxItemPool* pToPool = nullptr) const override; + virtual SfxTabDialogItem* Clone(SfxItemPool* pToPool = nullptr) const override; }; class SFX2_DLLPUBLIC SfxTabDialogController : public SfxOkDialogController |