diff options
Diffstat (limited to 'include/svx/xftstit.hxx')
-rw-r--r-- | include/svx/xftstit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xftstit.hxx b/include/svx/xftstit.hxx index a82535c87a02..4d2e0d2c9ef0 100644 --- a/include/svx/xftstit.hxx +++ b/include/svx/xftstit.hxx @@ -35,7 +35,7 @@ public: static SfxPoolItem* CreateDefault(); XFormTextStartItem(long nStart = 0); - virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override; + virtual XFormTextStartItem* Clone(SfxItemPool* pPool = nullptr) const override; }; #endif |