diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/token/relationship.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/oox/token/relationship.hxx b/include/oox/token/relationship.hxx index 18cca8523749..24a34d9ab642 100644 --- a/include/oox/token/relationship.hxx +++ b/include/oox/token/relationship.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_OOX_TOKEN_RELATIONSHIP_HXX +#define INCLUDED_OOX_TOKEN_RELATIONSHIP_HXX + #include <oox/dllapi.h> #include <rtl/ustring.hxx> @@ -64,4 +67,6 @@ OUString OOX_DLLPUBLIC getRelationship(Relationship eRelationship); } +#endif // INCLUDED_OOX_TOKEN_RELATIONSHIP_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |