summaryrefslogtreecommitdiff
path: root/include/oox/core/relations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/relations.hxx')
-rw-r--r--include/oox/core/relations.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/oox/core/relations.hxx b/include/oox/core/relations.hxx
index 6f9fd44a9305..018634972535 100644
--- a/include/oox/core/relations.hxx
+++ b/include/oox/core/relations.hxx
@@ -29,7 +29,6 @@ namespace oox {
namespace core {
-
/** Expands to an OUString containing an 'officeDocument' transitional relation type created
from the passed literal(!) ASCII(!) character array. */
#define CREATE_OFFICEDOC_RELATION_TYPE( ascii ) \
@@ -64,7 +63,6 @@ struct Relation
};
-
class Relations;
typedef std::shared_ptr< Relations > RelationsRef;
@@ -117,7 +115,6 @@ private:
};
-
} // namespace core
} // namespace oox