summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx')
-rw-r--r--toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx b/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx
index c109528beed9..8fc5aefca230 100644
--- a/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx
+++ b/toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx
@@ -32,9 +32,8 @@
#include <toolkit/dllapi.h>
#include <cppuhelper/propshlp.hxx>
-#include <tools/table.hxx>
-
#include <list>
+#include <set>
#include "toolkit/dllapi.h"
// ----------------------------------------------------
@@ -43,7 +42,7 @@
class TOOLKIT_DLLPUBLIC UnoPropertyArrayHelper : public ::cppu::IPropertyArrayHelper
{
private:
- Table maIDs;
+ std::set<sal_Int32> maIDs;
protected:
sal_Bool ImplHasProperty( sal_uInt16 nPropId ) const;