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.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svl/ilstitem.hxx b/include/svl/ilstitem.hxx
index ecc99fd83e01..b856222ac04a 100644
--- a/include/svl/ilstitem.hxx
+++ b/include/svl/ilstitem.hxx
@@ -22,9 +22,10 @@
#include <svl/svldllapi.h>
#include <svl/poolitem.hxx>
-#include <com/sun/star/uno/Sequence.hxx>
#include <vector>
+namespace com { namespace sun { namespace star { namespace uno { template <class E> class Sequence; } } } }
+
class SVL_DLLPUBLIC SfxIntegerListItem : public SfxPoolItem
{
std::vector < sal_Int32 > m_aList;