From 1d2b564ecbb758d70bde1cb2a9bef741bd895443 Mon Sep 17 00:00:00 2001 From: Christian Barth Date: Fri, 11 Aug 2017 19:52:08 +0200 Subject: tdf#107197: Replace relationship URI Replaced URIs in sd/source Change-Id: If035c10c680fc106eeddb08d127a337701adb85c Signed-off-by: Christian Barth Reviewed-on: https://gerrit.libreoffice.org/41056 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- include/oox/token/relationship.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/oox') diff --git a/include/oox/token/relationship.hxx b/include/oox/token/relationship.hxx index 8d91fd651904..08b999a87a29 100644 --- a/include/oox/token/relationship.hxx +++ b/include/oox/token/relationship.hxx @@ -18,6 +18,7 @@ enum class Relationship ACTIVEXCONTROLBINARY, CHART, COMMENTS, + COMMENTAUTHORS, CONTROL, CUSTOMXML, CUSTOMXMLPROPS, @@ -36,11 +37,16 @@ enum class Relationship HEADER, HYPERLINK, IMAGE, + NOTESSLIDE, + NOTESMASTER, NUMBERING, OFFICEDOCUMENT, OLEOBJECT, PACKAGE, SETTINGS, + SLIDE, + SLIDELAYOUT, + SLIDEMASTER, STYLES, THEME, VBAPROJECT, -- cgit