diff options
Diffstat (limited to 'include/editeng/nhypitem.hxx')
-rw-r--r-- | include/editeng/nhypitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/nhypitem.hxx b/include/editeng/nhypitem.hxx index fdfba7a28534..1078a055b769 100644 --- a/include/editeng/nhypitem.hxx +++ b/include/editeng/nhypitem.hxx @@ -29,7 +29,7 @@ public: SvxNoHyphenItem( const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem - virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; + virtual SvxNoHyphenItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, |