diff options
Diffstat (limited to 'include/svx/xlnclit.hxx')
-rw-r--r-- | include/svx/xlnclit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlnclit.hxx b/include/svx/xlnclit.hxx index 8f2e6db05dff..459b85af670f 100644 --- a/include/svx/xlnclit.hxx +++ b/include/svx/xlnclit.hxx @@ -33,7 +33,7 @@ public: XLineColorItem(sal_Int32 nIndex, const Color& rTheColor); XLineColorItem(const OUString& rName, const Color& rTheColor); - virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override; + virtual XLineColorItem* Clone(SfxItemPool* pPool = nullptr) const override; virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; |