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.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/ilstitem.hxx b/include/svl/ilstitem.hxx
index 422d38d6c023..a5916eadf1f1 100644
--- a/include/svl/ilstitem.hxx
+++ b/include/svl/ilstitem.hxx
@@ -34,7 +34,6 @@ public:
SfxIntegerListItem();
SfxIntegerListItem( sal_uInt16 nWhich, const ::std::vector < sal_Int32 >& rList );
SfxIntegerListItem( sal_uInt16 nWhich, const css::uno::Sequence < sal_Int32 >& rList );
- SfxIntegerListItem( const SfxIntegerListItem& rItem );
virtual ~SfxIntegerListItem() override;
const std::vector< sal_Int32 >& GetList() const { return m_aList; }