From cd9b8ec1dde35cc6927e2782cff69724ed601c9e Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Sun, 6 Feb 2011 08:35:51 -0800 Subject: Convert slist to list --- sw/source/core/unocore/unodraw.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/core/unocore/unodraw.cxx') diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx index e2a1a5865b1c..ddfc6c56572b 100644 --- a/sw/source/core/unocore/unodraw.cxx +++ b/sw/source/core/unocore/unodraw.cxx @@ -85,7 +85,7 @@ #include #include #include -#include +#include #include using ::rtl::OUString; @@ -414,7 +414,7 @@ namespace : public SwSimpleEnumeration_Base { private: - typedef ::std::slist< ::com::sun::star::uno::Any > shapescontainer_t; + typedef ::std::list< ::com::sun::star::uno::Any > shapescontainer_t; shapescontainer_t m_aShapes; protected: virtual ~SwXShapesEnumeration() {}; -- cgit v1.2.3