summaryrefslogtreecommitdiff
path: root/oox/source/ppt/timenode.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:35:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:00 +0200
commit85fe083c46c145ab7b884c1479e7b5ab234e4feb (patch)
tree42030a4f2ba7b68185968e6c89c13cdb454c4adb /oox/source/ppt/timenode.cxx
parentd516b4e16af29e1978173b134da0420879619eb2 (diff)
loplugin:includeform: oox
Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61
Diffstat (limited to 'oox/source/ppt/timenode.cxx')
-rw-r--r--oox/source/ppt/timenode.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index b379b8d4a3c0..09d99e3aa102 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "oox/ppt/timenode.hxx"
+#include <oox/ppt/timenode.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
@@ -36,11 +36,11 @@
#include <com/sun/star/presentation/EffectNodeType.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "oox/helper/helper.hxx"
-#include "oox/core/xmlfilterbase.hxx"
+#include <oox/helper/helper.hxx>
+#include <oox/core/xmlfilterbase.hxx>
#include <oox/ppt/pptfilterhelpers.hxx>
#include <oox/token/tokens.hxx>
-#include "sal/log.hxx"
+#include <sal/log.hxx>
using namespace ::oox::core;
using namespace ::com::sun::star::beans;