diff options
author | Christian Barth <Christian.Barth@zoho.com> | 2017-08-11 19:15:02 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-12 08:07:36 +0200 |
commit | c8696bd396e013b07944930d4267bfc9da827d5a (patch) | |
tree | ebd0f753af16df569bdbad7fc7fef58bec8d96ec /oox/source/token/relationship.inc | |
parent | 595cfbc432b8d4bef5d1a078beb389c3b49535cd (diff) |
tdf#107197: Replace relationship URI
Replaced URIs in sw/source/filter
Change-Id: If73c30e9d590742568a3009a6d593f1b3249a5a4
Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
Reviewed-on: https://gerrit.libreoffice.org/41055
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox/source/token/relationship.inc')
-rw-r--r-- | oox/source/token/relationship.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/oox/source/token/relationship.inc b/oox/source/token/relationship.inc index bc41797ae90c..f07cfd7f99b2 100644 --- a/oox/source/token/relationship.inc +++ b/oox/source/token/relationship.inc @@ -25,4 +25,6 @@ {Relationship::PACKAGE, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/package"}, {Relationship::SETTINGS, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings"}, {Relationship::STYLES, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"}, -{Relationship::THEME, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"} +{Relationship::THEME, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"}, +{Relationship::VBAPROJECT, "http://schemas.microsoft.com/office/2006/relationships/vbaProject"}, +{Relationship::WORDVBADATA, "http://schemas.microsoft.com/office/2006/relationships/wordVbaData"} |