summaryrefslogtreecommitdiff
path: root/include/svl/slstitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/slstitm.hxx')
-rw-r--r--include/svl/slstitm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svl/slstitm.hxx b/include/svl/slstitm.hxx
index 4f9a82986a35..dc803e69103d 100644
--- a/include/svl/slstitm.hxx
+++ b/include/svl/slstitm.hxx
@@ -23,9 +23,10 @@
#include <svl/svldllapi.h>
#include <svl/poolitem.hxx>
-#include <com/sun/star/uno/Sequence.h>
#include <memory>
+namespace com { namespace sun { namespace star { namespace uno { template <class E> class Sequence; } } } }
+
class SVL_DLLPUBLIC SfxStringListItem : public SfxPoolItem
{
std::shared_ptr<std::vector<OUString>> mpList;