summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/configmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/configmgr.hxx b/include/unotools/configmgr.hxx
index c74305b3c6b1..fe6a13545ed0 100644
--- a/include/unotools/configmgr.hxx
+++ b/include/unotools/configmgr.hxx
@@ -22,7 +22,7 @@
#include <sal/config.h>
-#include <list>
+#include <vector>
#include <com/sun/star/uno/Reference.hxx>
#include <sal/types.h>
@@ -84,7 +84,7 @@ private:
void doStoreConfigItems();
- std::list< ConfigItem * > items_;
+ std::vector< ConfigItem * > items_;
};
}