diff options
author | Christian Barth <Christian.Barth@zoho.com> | 2017-08-11 19:52:08 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-12 13:34:22 +0200 |
commit | 1d2b564ecbb758d70bde1cb2a9bef741bd895443 (patch) | |
tree | 80db737f34be6fcf397deea23a4bf811e2d11352 /include/oox | |
parent | 0375de72a5d53463cb9ce12ca7a12adf1037cd07 (diff) |
tdf#107197: Replace relationship URI
Replaced URIs in sd/source
Change-Id: If035c10c680fc106eeddb08d127a337701adb85c
Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
Reviewed-on: https://gerrit.libreoffice.org/41056
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/token/relationship.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
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, |