diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-13 20:10:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-14 11:01:50 +0200 |
commit | c70e400b193f752647d31b73f484852bf1c728cb (patch) | |
tree | b0d348071e10be43f6bf0e261eee8971c236cc90 /shell/Library_macbe.mk | |
parent | 0c53a58b2dd9bee3d4de6843966486428fdaa78f (diff) |
shell/macbe1: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: Ifdb4adc5073b728cbad4da5b261aa7475e9997e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98680
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/Library_macbe.mk')
-rw-r--r-- | shell/Library_macbe.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/Library_macbe.mk b/shell/Library_macbe.mk index c693e1129ff5..e8dbdb4fe090 100644 --- a/shell/Library_macbe.mk +++ b/shell/Library_macbe.mk @@ -30,8 +30,4 @@ $(eval $(call gb_Library_add_objcxxobjects,macbe1,\ shell/source/backends/macbe/macbackend \ )) -$(eval $(call gb_Library_add_exception_objects,macbe1,\ - shell/source/backends/macbe/macbecdef \ -)) - # vim: set shiftwidth=4 tabstop=4 noexpandtab: |