summaryrefslogtreecommitdiff
path: root/include/svl/ilstitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/ilstitem.hxx')
-rw-r--r--include/svl/ilstitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/ilstitem.hxx b/include/svl/ilstitem.hxx
index 592743d71182..ec40762b6a43 100644
--- a/include/svl/ilstitem.hxx
+++ b/include/svl/ilstitem.hxx
@@ -45,7 +45,7 @@ public:
const std::vector< sal_Int32 >& GetList() const { return m_aList; }
virtual bool operator==( const SfxPoolItem& ) const override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
+ virtual SfxIntegerListItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual bool PutValue ( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
};