diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-14 14:46:13 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-17 11:51:16 +0100 |
commit | cf2d07fe8010bdef1e0f42d5b84c5d1b295a0485 (patch) | |
tree | 54d9a8ab47c843e4da10fc0a07d9a6eafa3ae648 /oox/inc | |
parent | 3e3a6a799debca97dc4f7c496eda7259dc421407 (diff) |
dr78: correct include guard
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/core/relations.hxx | 2 | ||||
-rw-r--r-- | oox/inc/oox/core/relationshandler.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/oox/core/relations.hxx b/oox/inc/oox/core/relations.hxx index e7d558b044ed..98431bbae155 100644 --- a/oox/inc/oox/core/relations.hxx +++ b/oox/inc/oox/core/relations.hxx @@ -105,6 +105,6 @@ private: } // namespace core } // namespace oox -#endif // OOX_CORE_RELATIONS +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/oox/inc/oox/core/relationshandler.hxx b/oox/inc/oox/core/relationshandler.hxx index 0e7bcf134064..3ccc5e96b031 100644 --- a/oox/inc/oox/core/relationshandler.hxx +++ b/oox/inc/oox/core/relationshandler.hxx @@ -58,6 +58,6 @@ private: } // namespace core } // namespace oox -#endif // OOX_CORE_RELATIONSHANDLER +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |