summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFakabbir Amin <fakabbir@gmail.com>2017-05-09 14:22:52 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-14 21:41:14 +0200
commitb08e9f08072ec2f632dd8bbbc8d0b5ca2de8b532 (patch)
tree8c31d00439c9e0987737f250fc896bf76d7e9dfe /include
parent74d8afec9dbd5f13b30327cd95744a87c3492176 (diff)
tdf#107197 Replace relationship URI
Hard coded relationship URI in sd/source/, sw/source/filter and oox/source/export/ directory has been replaced with method calls. Change-Id: Ie1b9542325fa4143bddea2582aa5e946094e457d Reviewed-on: https://gerrit.libreoffice.org/37433 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/oox/token/relationship.hxx29
1 files changed, 28 insertions, 1 deletions
diff --git a/include/oox/token/relationship.hxx b/include/oox/token/relationship.hxx
index 4b697b705de6..bc42c7922df4 100644
--- a/include/oox/token/relationship.hxx
+++ b/include/oox/token/relationship.hxx
@@ -15,7 +15,34 @@ namespace oox {
enum class Relationship
{
- HYPERLINK
+ ACTIVEXCONTROLBINARY,
+ CHART,
+ COMMENTS,
+ CONTROL,
+ CUSTOMXML,
+ CUSTOMXMLPROPS,
+ DIAGRAMCOLORS,
+ DIAGRAMDATA,
+ DIAGRAMDRAWING,
+ DIAGRAMLAYOUT,
+ DIAGRAMQUICKSTYLE,
+ ENDNOTES,
+ FONT,
+ FONTTABLE,
+ FOOTER,
+ FOOTNOTES,
+ GLOSSARYDOCUMENT,
+ HDPHOTO,
+ HEADER,
+ HYPERLINK,
+ IMAGE,
+ NUMBERING,
+ OFFICEDOCUMENT,
+ OLEOBJECT,
+ PACKAGE,
+ SETTINGS,
+ STYLES,
+ THEME
};
OUString OOX_DLLPUBLIC getRelationship(Relationship eRelationship);