summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/forms/property_description.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/forms/property_description.hxx b/xmloff/source/forms/property_description.hxx
index 940e3fb959c4..2e6e120547b6 100644
--- a/xmloff/source/forms/property_description.hxx
+++ b/xmloff/source/forms/property_description.hxx
@@ -26,7 +26,6 @@
#include <xmloff/xmltoken.hxx>
#include <vector>
-#include <list>
namespace xmloff
{
@@ -113,7 +112,7 @@ namespace xmloff
typedef ::std::vector< const PropertyDescription* > PropertyDescriptionList;
//= PropertyGroups
- typedef ::std::list< PropertyDescriptionList > PropertyGroups;
+ typedef ::std::vector< PropertyDescriptionList > PropertyGroups;
} // namespace xmloff