summaryrefslogtreecommitdiff
path: root/svl/inc/svl/ilstitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/ilstitem.hxx')
-rw-r--r--svl/inc/svl/ilstitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/ilstitem.hxx b/svl/inc/svl/ilstitem.hxx
index 2973c066c4d8..55abfbb13c7d 100644
--- a/svl/inc/svl/ilstitem.hxx
+++ b/svl/inc/svl/ilstitem.hxx
@@ -50,7 +50,7 @@ public:
::com::sun::star::uno::Sequence < sal_Int32 > GetSequence()
{ return m_aList; }
::com::sun::star::uno::Sequence < sal_Int32 > GetConstSequence() const
- { return SAL_CONST_CAST(SfxIntegerListItem *, this)->GetSequence(); }
+ { return (const_cast< SfxIntegerListItem * >(this))->GetSequence(); }
void GetList( ::std::vector < sal_Int32 >& rList ) const;