diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-01-11 20:43:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-01-12 16:19:37 +0100 |
commit | 93ea7cb6b5ab3c9b964b2b38e8f4a3bde71dbadf (patch) | |
tree | 3d09cebe5512d98f6c814fdf61c0960af72cebf0 /sc/Library_sc.mk | |
parent | dabcc069de794f38a04625cbc1cb5f70dcd3dff9 (diff) |
handle ocWebservice similarly to ocDde
might have too much in here seeing as we don't need to worry about
ocWebservice calling into itself
Change-Id: I0145f38cc1c1f9ff514a496f7101d81cde9e7c67
Reviewed-on: https://gerrit.libreoffice.org/47777
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 890cafe689c2..9e1432c0a8c3 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -277,6 +277,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/unitconv \ sc/source/core/tool/userlist \ sc/source/core/tool/viewopti \ + sc/source/core/tool/webservicelink \ sc/source/core/tool/zforauto \ sc/source/filter/xml/datastreamimport \ sc/source/filter/xml/XMLCalculationSettingsContext \ |