diff options
Diffstat (limited to 'oox/source/ppt/animvariantcontext.cxx')
-rw-r--r-- | oox/source/ppt/animvariantcontext.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/oox/source/ppt/animvariantcontext.cxx b/oox/source/ppt/animvariantcontext.cxx index 84703367761f..7e1539717641 100644 --- a/oox/source/ppt/animvariantcontext.cxx +++ b/oox/source/ppt/animvariantcontext.cxx @@ -19,17 +19,17 @@ #include "animvariantcontext.hxx" -#include "comphelper/anytostring.hxx" -#include "cppuhelper/exc_hlp.hxx" +#include <comphelper/anytostring.hxx> +#include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/drawing/FillStyle.hpp> #include <rtl/ustring.hxx> -#include "oox/helper/attributelist.hxx" -#include "oox/core/fragmenthandler.hxx" -#include "oox/core/xmlfilterbase.hxx" -#include "drawingml/colorchoicecontext.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/core/fragmenthandler.hxx> +#include <oox/core/xmlfilterbase.hxx> +#include <drawingml/colorchoicecontext.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> |