summaryrefslogtreecommitdiffstats
path: root/include/editeng/kernitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/kernitem.hxx')
-rw-r--r--include/editeng/kernitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/kernitem.hxx b/include/editeng/kernitem.hxx
index c5ea4f3b3f1c..a95eae9efa8a 100644
--- a/include/editeng/kernitem.hxx
+++ b/include/editeng/kernitem.hxx
@@ -40,7 +40,7 @@ public:
SvxKerningItem( const short nKern /*= 0*/, const sal_uInt16 nId );
// "pure virtual Methods" from SfxPoolItem
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
+ virtual SvxKerningItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual void ScaleMetrics( long nMult, long nDiv ) override;
virtual bool HasMetrics() const override;