diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:35:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:00 +0200 |
commit | 85fe083c46c145ab7b884c1479e7b5ab234e4feb (patch) | |
tree | 42030a4f2ba7b68185968e6c89c13cdb454c4adb /oox/source/ppt/commontimenodecontext.cxx | |
parent | d516b4e16af29e1978173b134da0420879619eb2 (diff) |
loplugin:includeform: oox
Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61
Diffstat (limited to 'oox/source/ppt/commontimenodecontext.cxx')
-rw-r--r-- | oox/source/ppt/commontimenodecontext.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/oox/source/ppt/commontimenodecontext.cxx b/oox/source/ppt/commontimenodecontext.cxx index 52495b027cda..2ff05df64976 100644 --- a/oox/source/ppt/commontimenodecontext.cxx +++ b/oox/source/ppt/commontimenodecontext.cxx @@ -21,8 +21,8 @@ #include <algorithm> -#include "comphelper/anytostring.hxx" -#include "cppuhelper/exc_hlp.hxx" +#include <comphelper/anytostring.hxx> +#include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/animations/AnimationFill.hpp> #include <com/sun/star/animations/AnimationRestart.hpp> @@ -30,11 +30,11 @@ #include <com/sun/star/presentation/EffectPresetClass.hpp> #include <com/sun/star/presentation/EffectNodeType.hpp> -#include "oox/helper/attributelist.hxx" -#include "oox/core/fragmenthandler.hxx" -#include "oox/ppt/pptimport.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/core/fragmenthandler.hxx> +#include <oox/ppt/pptimport.hxx> #include <oox/ppt/pptfilterhelpers.hxx> -#include "oox/drawingml/drawingmltypes.hxx" +#include <oox/drawingml/drawingmltypes.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> |