summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/animexp.cxx')
-rw-r--r--xmloff/source/draw/animexp.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx
index 28963f4cb6be..ed280f1e1060 100644
--- a/xmloff/source/draw/animexp.cxx
+++ b/xmloff/source/draw/animexp.cxx
@@ -37,7 +37,6 @@
#include <anim.hxx>
-using namespace ::std;
using namespace ::cppu;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -231,7 +230,7 @@ struct XMLEffectHint
class AnimExpImpl
{
public:
- list<XMLEffectHint> maEffects;
+ std::list<XMLEffectHint> maEffects;
static constexpr OUStringLiteral gsDimColor = u"DimColor";
static constexpr OUStringLiteral gsDimHide = u"DimHide";