summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Barth <Christian.Barth@zoho.com>2017-08-11 19:15:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-12 08:07:36 +0200
commitc8696bd396e013b07944930d4267bfc9da827d5a (patch)
treeebd0f753af16df569bdbad7fc7fef58bec8d96ec /include
parent595cfbc432b8d4bef5d1a078beb389c3b49535cd (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 'include')
-rw-r--r--include/oox/token/relationship.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/oox/token/relationship.hxx b/include/oox/token/relationship.hxx
index bc42c7922df4..8d91fd651904 100644
--- a/include/oox/token/relationship.hxx
+++ b/include/oox/token/relationship.hxx
@@ -42,7 +42,9 @@ enum class Relationship
PACKAGE,
SETTINGS,
STYLES,
- THEME
+ THEME,
+ VBAPROJECT,
+ WORDVBADATA
};
OUString OOX_DLLPUBLIC getRelationship(Relationship eRelationship);