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 1f581f363409..0842a13119ae 100644
--- a/include/svl/ilstitem.hxx
+++ b/include/svl/ilstitem.hxx
@@ -36,7 +36,7 @@ public:
SfxIntegerListItem( sal_uInt16 nWhich, const ::std::vector < sal_Int32 >& rList );
SfxIntegerListItem( sal_uInt16 nWhich, const ::com::sun::star::uno::Sequence < sal_Int32 >& rList );
SfxIntegerListItem( const SfxIntegerListItem& rItem );
- ~SfxIntegerListItem();
+ virtual ~SfxIntegerListItem();
::com::sun::star::uno::Sequence < sal_Int32 > GetSequence()
{ return m_aList; }