summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-12-14 14:46:13 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-12-14 14:46:13 +0100
commit71a1872a71f28b6f1951206bdfd5e172a8f90409 (patch)
tree2b6d610d142e40addfde057f340619633727177d /oox
parent4e7a88638a1293491fb06f3d1d4c0e22cd4c7631 (diff)
dr78: correct include guard
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/core/relations.hxx6
-rw-r--r--oox/inc/oox/core/relationshandler.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/oox/inc/oox/core/relations.hxx b/oox/inc/oox/core/relations.hxx
index 4ca8ca3899e7..a7c2fbf963b6 100644
--- a/oox/inc/oox/core/relations.hxx
+++ b/oox/inc/oox/core/relations.hxx
@@ -25,8 +25,8 @@
*
************************************************************************/
-#ifndef OOX_CORE_RELATIONS
-#define OOX_CORE_RELATIONS
+#ifndef OOX_CORE_RELATIONS_HXX
+#define OOX_CORE_RELATIONS_HXX
#include <map>
#include <boost/shared_ptr.hpp>
@@ -98,5 +98,5 @@ private:
} // namespace core
} // namespace oox
-#endif // OOX_CORE_RELATIONS
+#endif
diff --git a/oox/inc/oox/core/relationshandler.hxx b/oox/inc/oox/core/relationshandler.hxx
index 3211888ecc9f..b3dbe7557d72 100644
--- a/oox/inc/oox/core/relationshandler.hxx
+++ b/oox/inc/oox/core/relationshandler.hxx
@@ -25,8 +25,8 @@
*
************************************************************************/
-#ifndef OOX_CORE_RELATIONSHANDLER
-#define OOX_CORE_RELATIONSHANDLER
+#ifndef OOX_CORE_RELATIONSHANDLER_HXX
+#define OOX_CORE_RELATIONSHANDLER_HXX
#include "oox/core/fragmenthandler.hxx"
@@ -57,5 +57,5 @@ private:
} // namespace core
} // namespace oox
-#endif // OOX_CORE_RELATIONSHANDLER
+#endif