summaryrefslogtreecommitdiff
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:37:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:12 +0200
commit56de7aafcbe6b1547ef7da13f4fbb89b931a0556 (patch)
tree841c3508d03b72ad8045d771ad4333a2e5531673 /include/oox/ppt
parentc12bc7f8949b6eda629ad48218c7cc19f8f767ee (diff)
fixincludeguards.sh: include/oox
Change-Id: Ie0aca6c4fdfa4b7e4a902983c751a6d13d85f230
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/animationspersist.hxx4
-rw-r--r--include/oox/ppt/layoutfragmenthandler.hxx6
-rw-r--r--include/oox/ppt/presentationfragmenthandler.hxx6
-rw-r--r--include/oox/ppt/slidetimingcontext.hxx6
-rw-r--r--include/oox/ppt/slidetransition.hxx4
-rw-r--r--include/oox/ppt/slidetransitioncontext.hxx6
-rw-r--r--include/oox/ppt/soundactioncontext.hxx4
-rw-r--r--include/oox/ppt/timenodelistcontext.hxx6
8 files changed, 21 insertions, 21 deletions
diff --git a/include/oox/ppt/animationspersist.hxx b/include/oox/ppt/animationspersist.hxx
index 1c39272d1500..6f1438c88e50 100644
--- a/include/oox/ppt/animationspersist.hxx
+++ b/include/oox/ppt/animationspersist.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef OOX_PPT_ANIMATIONPERSIST
-#define OOX_PPT_ANIMATIONPERSIST
+#ifndef INCLUDED_OOX_PPT_ANIMATIONSPERSIST_HXX
+#define INCLUDED_OOX_PPT_ANIMATIONSPERSIST_HXX
#include <list>
#include <boost/shared_ptr.hpp>
diff --git a/include/oox/ppt/layoutfragmenthandler.hxx b/include/oox/ppt/layoutfragmenthandler.hxx
index 09350710f043..74ae422f5280 100644
--- a/include/oox/ppt/layoutfragmenthandler.hxx
+++ b/include/oox/ppt/layoutfragmenthandler.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef OOX_PPT_LAYOUTFRAGMENTHANDLER
-#define OOX_PPT_LAYOUTFRAGMENTHANDLER
+#ifndef INCLUDED_OOX_PPT_LAYOUTFRAGMENTHANDLER_HXX
+#define INCLUDED_OOX_PPT_LAYOUTFRAGMENTHANDLER_HXX
#include <oox/ppt/slidefragmenthandler.hxx>
@@ -37,6 +37,6 @@ public:
} }
-#endif // OOX_PPT_LAYOUTFRAGMENTHANDLER
+#endif // INCLUDED_OOX_PPT_LAYOUTFRAGMENTHANDLER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/oox/ppt/presentationfragmenthandler.hxx b/include/oox/ppt/presentationfragmenthandler.hxx
index 6158d27c67c2..653249e6f783 100644
--- a/include/oox/ppt/presentationfragmenthandler.hxx
+++ b/include/oox/ppt/presentationfragmenthandler.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef OOX_PPT_PRESENTATION_FRAGMENTHANDLER
-#define OOX_PPT_PRESENTATION_FRAGMENTHANDLER
+#ifndef INCLUDED_OOX_PPT_PRESENTATIONFRAGMENTHANDLER_HXX
+#define INCLUDED_OOX_PPT_PRESENTATIONFRAGMENTHANDLER_HXX
#include <com/sun/star/drawing/XDrawPage.hpp>
#include <com/sun/star/awt/Size.hpp>
@@ -67,6 +67,6 @@ private:
} }
-#endif // OOX_PPT_PRESENTATION_FRAGMENTHANDLER
+#endif // INCLUDED_OOX_PPT_PRESENTATIONFRAGMENTHANDLER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/oox/ppt/slidetimingcontext.hxx b/include/oox/ppt/slidetimingcontext.hxx
index d3b294f85d42..b55f775ba2e6 100644
--- a/include/oox/ppt/slidetimingcontext.hxx
+++ b/include/oox/ppt/slidetimingcontext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef OOX_PPT_SLIDETIMINGCONTEXT
-#define OOX_PPT_SLIDETIMINGCONTEXT
+#ifndef INCLUDED_OOX_PPT_SLIDETIMINGCONTEXT_HXX
+#define INCLUDED_OOX_PPT_SLIDETIMINGCONTEXT_HXX
#include <com/sun/star/animations/XTimeContainer.hpp>
#include <oox/ppt/timenode.hxx>
@@ -43,6 +43,6 @@ private:
} }
-#endif // OOX_PPT_SLIDETIMINGCONTEXT
+#endif // INCLUDED_OOX_PPT_SLIDETIMINGCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/oox/ppt/slidetransition.hxx b/include/oox/ppt/slidetransition.hxx
index 1469ec30024a..c45bd28aeb7f 100644
--- a/include/oox/ppt/slidetransition.hxx
+++ b/include/oox/ppt/slidetransition.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef OOX_PPT_SLIDETRANSITION
-#define OOX_PPT_SLIDETRANSITION
+#ifndef INCLUDED_OOX_PPT_SLIDETRANSITION_HXX
+#define INCLUDED_OOX_PPT_SLIDETRANSITION_HXX
#include <rtl/ustring.hxx>
diff --git a/include/oox/ppt/slidetransitioncontext.hxx b/include/oox/ppt/slidetransitioncontext.hxx
index 70749c928189..287d75d73ba6 100644
--- a/include/oox/ppt/slidetransitioncontext.hxx
+++ b/include/oox/ppt/slidetransitioncontext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef OOX_PPT_SLIDETRANSITIONCONTEXT
-#define OOX_PPT_SLIDETRANSITIONCONTEXT
+#ifndef INCLUDED_OOX_PPT_SLIDETRANSITIONCONTEXT_HXX
+#define INCLUDED_OOX_PPT_SLIDETRANSITIONCONTEXT_HXX
#include <oox/core/fragmenthandler2.hxx>
#include <oox/ppt/slidetransition.hxx>
@@ -47,6 +47,6 @@ namespace oox { namespace ppt {
} }
-#endif // OOX_PPT_SLIDEFRAGMENTHANDLER
+#endif // INCLUDED_OOX_PPT_SLIDETRANSITIONCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/oox/ppt/soundactioncontext.hxx b/include/oox/ppt/soundactioncontext.hxx
index ca2e70fd7e38..95d922bba455 100644
--- a/include/oox/ppt/soundactioncontext.hxx
+++ b/include/oox/ppt/soundactioncontext.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef OOX_PPT_SOUNDACTIONCONTEXT
-#define OOX_PPT_SOUNDACTIONCONTEXT
+#ifndef INCLUDED_OOX_PPT_SOUNDACTIONCONTEXT_HXX
+#define INCLUDED_OOX_PPT_SOUNDACTIONCONTEXT_HXX
#include <oox/core/fragmenthandler2.hxx>
diff --git a/include/oox/ppt/timenodelistcontext.hxx b/include/oox/ppt/timenodelistcontext.hxx
index b958f15f3a07..45c77a5488d9 100644
--- a/include/oox/ppt/timenodelistcontext.hxx
+++ b/include/oox/ppt/timenodelistcontext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef OOX_PPT_TIMENODELISTCONTEXT
-#define OOX_PPT_TIMENODELISTCONTEXT
+#ifndef INCLUDED_OOX_PPT_TIMENODELISTCONTEXT_HXX
+#define INCLUDED_OOX_PPT_TIMENODELISTCONTEXT_HXX
#include <oox/core/fragmenthandler2.hxx>
#include <oox/ppt/timenode.hxx>
@@ -60,6 +60,6 @@ private:
} }
-#endif // OOX_PPT_SLIDEFRAGMENTHANDLER
+#endif // INCLUDED_OOX_PPT_TIMENODELISTCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */