diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-14 10:49:08 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-14 11:06:48 +0000 |
commit | 218cd09611583437c05c33e2aa3b2b81cb416f98 (patch) | |
tree | 1b3b99677e6acff1f6224f9bd7441f161fcf2596 /include/oox | |
parent | f7965b0bcd559451c471a26bf5fd6f542887d95e (diff) |
inline some use-once macros
Change-Id: I7ebd8fe70b083a772118a1aab8cdfbf795d6f1e5
Reviewed-on: https://gerrit.libreoffice.org/23235
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/relations.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/oox/core/relations.hxx b/include/oox/core/relations.hxx index 018634972535..7663cb5a0597 100644 --- a/include/oox/core/relations.hxx +++ b/include/oox/core/relations.hxx @@ -39,11 +39,6 @@ namespace core { #define CREATE_OFFICEDOC_RELATION_TYPE_STRICT( ascii ) \ ( "http://purl.oclc.org/ooxml/officeDocument/relationships/" ascii ) -/** Expands to an OUString containing a 'package' relation type created from - the passed literal(!) ASCII(!) character array. */ -#define CREATE_PACKAGE_RELATION_TYPE( ascii ) \ - ( "http://schemas.openxmlformats.org/package/2006/relationships/" ascii ) - /** Expands to an OUString containing an MS Office specific relation type created from the passed literal(!) ASCII(!) character array. */ #define CREATE_MSOFFICE_RELATION_TYPE( ascii ) \ |