summaryrefslogtreecommitdiff
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 14:10:44 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:38 -0600
commit940a2944b0791cdf5894b4b2e4e30d8a71d5f304 (patch)
tree5841558a8fd549ea308de95e630cadad60fcc3d8 /include/oox/ppt
parent38016f9d2260a424369fadab16f5428e4f3dc86f (diff)
fdo#65108 inter-module includes <>
Change-Id: Ie672de68f6a87713a379e794fa3ad255ad52a71e
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/animationspersist.hxx4
-rw-r--r--include/oox/ppt/backgroundproperties.hxx4
-rw-r--r--include/oox/ppt/customshowlistcontext.hxx2
-rw-r--r--include/oox/ppt/dgmimport.hxx6
-rw-r--r--include/oox/ppt/dgmlayout.hxx6
-rw-r--r--include/oox/ppt/layoutfragmenthandler.hxx2
-rw-r--r--include/oox/ppt/pptgraphicshapecontext.hxx2
-rw-r--r--include/oox/ppt/pptimport.hxx6
-rw-r--r--include/oox/ppt/pptshape.hxx4
-rw-r--r--include/oox/ppt/pptshapecontext.hxx4
-rw-r--r--include/oox/ppt/pptshapegroupcontext.hxx4
-rw-r--r--include/oox/ppt/pptshapepropertiescontext.hxx2
-rw-r--r--include/oox/ppt/presentationfragmenthandler.hxx16
-rw-r--r--include/oox/ppt/slidefragmenthandler.hxx6
-rw-r--r--include/oox/ppt/slidemastertextstylescontext.hxx8
-rw-r--r--include/oox/ppt/slidepersist.hxx14
-rw-r--r--include/oox/ppt/slidetimingcontext.hxx4
-rw-r--r--include/oox/ppt/slidetransitioncontext.hxx4
-rw-r--r--include/oox/ppt/soundactioncontext.hxx2
-rw-r--r--include/oox/ppt/timenode.hxx10
-rw-r--r--include/oox/ppt/timenodelistcontext.hxx4
21 files changed, 57 insertions, 57 deletions
diff --git a/include/oox/ppt/animationspersist.hxx b/include/oox/ppt/animationspersist.hxx
index ba63991def2a..8b05268b1f7e 100644
--- a/include/oox/ppt/animationspersist.hxx
+++ b/include/oox/ppt/animationspersist.hxx
@@ -30,8 +30,8 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/drawing/XShape.hpp>
-#include "oox/drawingml/drawingmltypes.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/drawingml/drawingmltypes.hxx>
+#include <oox/ppt/slidepersist.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/backgroundproperties.hxx b/include/oox/ppt/backgroundproperties.hxx
index ae055c80913d..e01ac84eff5d 100644
--- a/include/oox/ppt/backgroundproperties.hxx
+++ b/include/oox/ppt/backgroundproperties.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_OOX_PPT_BACKGROUNDPROPERTIES_HXX
#define INCLUDED_OOX_PPT_BACKGROUNDPROPERTIES_HXX
-#include "oox/core/fragmenthandler2.hxx"
-#include "oox/drawingml/fillproperties.hxx"
+#include <oox/core/fragmenthandler2.hxx>
+#include <oox/drawingml/fillproperties.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/customshowlistcontext.hxx b/include/oox/ppt/customshowlistcontext.hxx
index b00096f0386e..d32d331c6052 100644
--- a/include/oox/ppt/customshowlistcontext.hxx
+++ b/include/oox/ppt/customshowlistcontext.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_PPT_CUSTOMSHOWLISTCONTEXT_HXX
#define INCLUDED_OOX_PPT_CUSTOMSHOWLISTCONTEXT_HXX
-#include "oox/core/fragmenthandler2.hxx"
+#include <oox/core/fragmenthandler2.hxx>
#include <vector>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/dgmimport.hxx b/include/oox/ppt/dgmimport.hxx
index 33c9412906fd..6252ad558dcf 100644
--- a/include/oox/ppt/dgmimport.hxx
+++ b/include/oox/ppt/dgmimport.hxx
@@ -20,12 +20,12 @@
#ifndef INCLUDED_OOX_PPT_DGMIMPORT_HXX
#define INCLUDED_OOX_PPT_DGMIMPORT_HXX
-#include "oox/core/xmlfilterbase.hxx"
+#include <oox/core/xmlfilterbase.hxx>
#include <com/sun/star/animations/XAnimationNode.hpp>
#include <oox/drawingml/theme.hxx>
-#include "oox/ppt/presentationfragmenthandler.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/ppt/presentationfragmenthandler.hxx>
+#include <oox/ppt/slidepersist.hxx>
#include <vector>
#include <map>
diff --git a/include/oox/ppt/dgmlayout.hxx b/include/oox/ppt/dgmlayout.hxx
index 0c5f942bc892..3030c2465251 100644
--- a/include/oox/ppt/dgmlayout.hxx
+++ b/include/oox/ppt/dgmlayout.hxx
@@ -20,12 +20,12 @@
#ifndef INCLUDED_OOX_PPT_DGMLAYOUT_HXX
#define INCLUDED_OOX_PPT_DGMLAYOUT_HXX
-#include "oox/core/xmlfilterbase.hxx"
+#include <oox/core/xmlfilterbase.hxx>
#include <com/sun/star/animations/XAnimationNode.hpp>
#include <oox/drawingml/theme.hxx>
-#include "oox/ppt/presentationfragmenthandler.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/ppt/presentationfragmenthandler.hxx>
+#include <oox/ppt/slidepersist.hxx>
#include <vector>
#include <map>
diff --git a/include/oox/ppt/layoutfragmenthandler.hxx b/include/oox/ppt/layoutfragmenthandler.hxx
index 80983182b73d..739ba253d5b2 100644
--- a/include/oox/ppt/layoutfragmenthandler.hxx
+++ b/include/oox/ppt/layoutfragmenthandler.hxx
@@ -20,7 +20,7 @@
#ifndef OOX_PPT_LAYOUTFRAGMENTHANDLER
#define OOX_PPT_LAYOUTFRAGMENTHANDLER
-#include "oox/ppt/slidefragmenthandler.hxx"
+#include <oox/ppt/slidefragmenthandler.hxx>
#include <vector>
diff --git a/include/oox/ppt/pptgraphicshapecontext.hxx b/include/oox/ppt/pptgraphicshapecontext.hxx
index 304b359fb865..a72721e069ac 100644
--- a/include/oox/ppt/pptgraphicshapecontext.hxx
+++ b/include/oox/ppt/pptgraphicshapecontext.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_PPT_PPTGRAPHICSHAPECONTEXT_HXX
#define INCLUDED_OOX_PPT_PPTGRAPHICSHAPECONTEXT_HXX
-#include "oox/drawingml/graphicshapecontext.hxx"
+#include <oox/drawingml/graphicshapecontext.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx
index c218c0cfab03..ffde992a91f0 100644
--- a/include/oox/ppt/pptimport.hxx
+++ b/include/oox/ppt/pptimport.hxx
@@ -20,12 +20,12 @@
#ifndef INCLUDED_OOX_PPT_PPTIMPORT_HXX
#define INCLUDED_OOX_PPT_PPTIMPORT_HXX
-#include "oox/core/xmlfilterbase.hxx"
+#include <oox/core/xmlfilterbase.hxx>
#include <com/sun/star/animations/XAnimationNode.hpp>
#include <oox/drawingml/theme.hxx>
-#include "oox/ppt/presentationfragmenthandler.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/ppt/presentationfragmenthandler.hxx>
+#include <oox/ppt/slidepersist.hxx>
#include <vector>
#include <map>
diff --git a/include/oox/ppt/pptshape.hxx b/include/oox/ppt/pptshape.hxx
index f551d478e888..ffe6ae1b2530 100644
--- a/include/oox/ppt/pptshape.hxx
+++ b/include/oox/ppt/pptshape.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_OOX_PPT_PPTSHAPE_HXX
#define INCLUDED_OOX_PPT_PPTSHAPE_HXX
-#include "oox/drawingml/shape.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/drawingml/shape.hxx>
+#include <oox/ppt/slidepersist.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/pptshapecontext.hxx b/include/oox/ppt/pptshapecontext.hxx
index 4b225894ec07..00c87cf57d05 100644
--- a/include/oox/ppt/pptshapecontext.hxx
+++ b/include/oox/ppt/pptshapecontext.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_OOX_PPT_PPTSHAPECONTEXT_HXX
#define INCLUDED_OOX_PPT_PPTSHAPECONTEXT_HXX
-#include "oox/drawingml/shapecontext.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/drawingml/shapecontext.hxx>
+#include <oox/ppt/slidepersist.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/pptshapegroupcontext.hxx b/include/oox/ppt/pptshapegroupcontext.hxx
index 96dc727de417..f4e1d7a3e892 100644
--- a/include/oox/ppt/pptshapegroupcontext.hxx
+++ b/include/oox/ppt/pptshapegroupcontext.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_OOX_PPT_PPTSHAPEGROUPCONTEXT_HXX
#define INCLUDED_OOX_PPT_PPTSHAPEGROUPCONTEXT_HXX
-#include "oox/drawingml/shapegroupcontext.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/drawingml/shapegroupcontext.hxx>
+#include <oox/ppt/slidepersist.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/pptshapepropertiescontext.hxx b/include/oox/ppt/pptshapepropertiescontext.hxx
index 43ad546b2bb6..d3094432ef52 100644
--- a/include/oox/ppt/pptshapepropertiescontext.hxx
+++ b/include/oox/ppt/pptshapepropertiescontext.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_PPT_PPTSHAPEPROPERTIESCONTEXT_HXX
#define INCLUDED_OOX_PPT_PPTSHAPEPROPERTIESCONTEXT_HXX
-#include "oox/drawingml/shapepropertiescontext.hxx"
+#include <oox/drawingml/shapepropertiescontext.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/presentationfragmenthandler.hxx b/include/oox/ppt/presentationfragmenthandler.hxx
index ae26cb233e8c..a0b51ef0de1b 100644
--- a/include/oox/ppt/presentationfragmenthandler.hxx
+++ b/include/oox/ppt/presentationfragmenthandler.hxx
@@ -22,14 +22,14 @@
#include <com/sun/star/drawing/XDrawPage.hpp>
#include <com/sun/star/awt/Size.hpp>
-#include "oox/drawingml/textliststyle.hxx"
-#include "oox/ppt/slidepersist.hxx"
-#include "oox/core/contexthandler.hxx"
-#include "oox/core/fragmenthandler.hxx"
-#include "oox/core/fragmenthandler2.hxx"
-#include "oox/core/relations.hxx"
-#include "oox/ppt/customshowlistcontext.hxx"
-#include "oox/ppt/comments.hxx"
+#include <oox/drawingml/textliststyle.hxx>
+#include <oox/ppt/slidepersist.hxx>
+#include <oox/core/contexthandler.hxx>
+#include <oox/core/fragmenthandler.hxx>
+#include <oox/core/fragmenthandler2.hxx>
+#include <oox/core/relations.hxx>
+#include <oox/ppt/customshowlistcontext.hxx>
+#include <oox/ppt/comments.hxx>
#include <stack>
#include <vector>
diff --git a/include/oox/ppt/slidefragmenthandler.hxx b/include/oox/ppt/slidefragmenthandler.hxx
index 045f6ff1ccda..7fde32356fb3 100644
--- a/include/oox/ppt/slidefragmenthandler.hxx
+++ b/include/oox/ppt/slidefragmenthandler.hxx
@@ -21,9 +21,9 @@
#define OOX_PPT_SLIDEFRAGMENTHANDLER
#include <com/sun/star/drawing/XDrawPage.hpp>
-#include "oox/helper/propertymap.hxx"
-#include "oox/core/fragmenthandler2.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/helper/propertymap.hxx>
+#include <oox/core/fragmenthandler2.hxx>
+#include <oox/ppt/slidepersist.hxx>
#include <stack>
#include <vector>
diff --git a/include/oox/ppt/slidemastertextstylescontext.hxx b/include/oox/ppt/slidemastertextstylescontext.hxx
index 25696b3f329f..fecdfba17ce5 100644
--- a/include/oox/ppt/slidemastertextstylescontext.hxx
+++ b/include/oox/ppt/slidemastertextstylescontext.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OOX_PPT_SLIDEMASTERTEXTSTYLESCONTEXT_HXX
#define INCLUDED_OOX_PPT_SLIDEMASTERTEXTSTYLESCONTEXT_HXX
-#include "oox/drawingml/theme.hxx"
-#include "oox/core/contexthandler.hxx"
-#include "oox/core/fragmenthandler2.hxx"
-#include "oox/ppt/slidepersist.hxx"
+#include <oox/drawingml/theme.hxx>
+#include <oox/core/contexthandler.hxx>
+#include <oox/core/fragmenthandler2.hxx>
+#include <oox/ppt/slidepersist.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/slidepersist.hxx b/include/oox/ppt/slidepersist.hxx
index 38f144a57a61..ce23fbe600da 100644
--- a/include/oox/ppt/slidepersist.hxx
+++ b/include/oox/ppt/slidepersist.hxx
@@ -21,17 +21,17 @@
#define INCLUDED_OOX_PPT_SLIDEPERSIST_HXX
#include <boost/shared_ptr.hpp>
-#include "oox/drawingml/shape.hxx"
-#include "oox/drawingml/theme.hxx"
-#include "oox/drawingml/clrscheme.hxx"
-#include "oox/drawingml/textliststyle.hxx"
-#include "oox/drawingml/textparagraphproperties.hxx"
+#include <oox/drawingml/shape.hxx>
+#include <oox/drawingml/theme.hxx>
+#include <oox/drawingml/clrscheme.hxx>
+#include <oox/drawingml/textliststyle.hxx>
+#include <oox/drawingml/textparagraphproperties.hxx>
#include <oox/ppt/headerfooter.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp>
#include <com/sun/star/animations/XAnimationNode.hpp>
-#include "oox/core/fragmenthandler.hxx"
-#include "oox/ppt/comments.hxx"
+#include <oox/core/fragmenthandler.hxx>
+#include <oox/ppt/comments.hxx>
#include <list>
diff --git a/include/oox/ppt/slidetimingcontext.hxx b/include/oox/ppt/slidetimingcontext.hxx
index a50e8be60fd3..fd6724d89857 100644
--- a/include/oox/ppt/slidetimingcontext.hxx
+++ b/include/oox/ppt/slidetimingcontext.hxx
@@ -21,8 +21,8 @@
#define OOX_PPT_SLIDETIMINGCONTEXT
#include <com/sun/star/animations/XTimeContainer.hpp>
-#include "oox/ppt/timenode.hxx"
-#include "oox/core/fragmenthandler2.hxx"
+#include <oox/ppt/timenode.hxx>
+#include <oox/core/fragmenthandler2.hxx>
#include <stack>
#include <vector>
diff --git a/include/oox/ppt/slidetransitioncontext.hxx b/include/oox/ppt/slidetransitioncontext.hxx
index 077d5a8f5813..e52068373c7f 100644
--- a/include/oox/ppt/slidetransitioncontext.hxx
+++ b/include/oox/ppt/slidetransitioncontext.hxx
@@ -20,8 +20,8 @@
#ifndef OOX_PPT_SLIDETRANSITIONCONTEXT
#define OOX_PPT_SLIDETRANSITIONCONTEXT
-#include "oox/core/fragmenthandler2.hxx"
-#include "oox/ppt/slidetransition.hxx"
+#include <oox/core/fragmenthandler2.hxx>
+#include <oox/ppt/slidetransition.hxx>
namespace oox { class PropertyMap; }
diff --git a/include/oox/ppt/soundactioncontext.hxx b/include/oox/ppt/soundactioncontext.hxx
index d1f1040c75ba..a823ffc5b000 100644
--- a/include/oox/ppt/soundactioncontext.hxx
+++ b/include/oox/ppt/soundactioncontext.hxx
@@ -21,7 +21,7 @@
#ifndef OOX_PPT_SOUNDACTIONCONTEXT
#define OOX_PPT_SOUNDACTIONCONTEXT
-#include "oox/core/fragmenthandler2.hxx"
+#include <oox/core/fragmenthandler2.hxx>
namespace oox { class PropertyMap; }
diff --git a/include/oox/ppt/timenode.hxx b/include/oox/ppt/timenode.hxx
index fc8e3ef8a893..fd9a7e893f7a 100644
--- a/include/oox/ppt/timenode.hxx
+++ b/include/oox/ppt/timenode.hxx
@@ -28,11 +28,11 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/animations/XAnimationNode.hpp>
-#include "oox/helper/propertymap.hxx"
-#include "oox/ppt/slidetransition.hxx"
-#include "oox/ppt/slidepersist.hxx"
-#include "oox/ppt/animationspersist.hxx"
-#include "oox/ppt/timenode.hxx"
+#include <oox/helper/propertymap.hxx>
+#include <oox/ppt/slidetransition.hxx>
+#include <oox/ppt/slidepersist.hxx>
+#include <oox/ppt/animationspersist.hxx>
+#include <oox/ppt/timenode.hxx>
namespace oox { namespace ppt {
diff --git a/include/oox/ppt/timenodelistcontext.hxx b/include/oox/ppt/timenodelistcontext.hxx
index baacbc94add4..786b333664b2 100644
--- a/include/oox/ppt/timenodelistcontext.hxx
+++ b/include/oox/ppt/timenodelistcontext.hxx
@@ -20,8 +20,8 @@
#ifndef OOX_PPT_TIMENODELISTCONTEXT
#define OOX_PPT_TIMENODELISTCONTEXT
-#include "oox/core/fragmenthandler2.hxx"
-#include "oox/ppt/timenode.hxx"
+#include <oox/core/fragmenthandler2.hxx>
+#include <oox/ppt/timenode.hxx>
#include <com/sun/star/animations/XTimeContainer.hpp>