diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-03 19:39:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-04 08:32:56 +0200 |
commit | 78639945dab254e2de5315c49e82c333e1056170 (patch) | |
tree | c043c0d237ae9257aadfcd755cefc9df0a786208 /UnoControls/Library_ctl.mk | |
parent | 7dcc18b5ac79d9a3e7564492428a275bf9b386db (diff) |
UnoControl: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I3df173e3c7064d3d925d3abe5c652b8cbe6c8ea5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97892
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'UnoControls/Library_ctl.mk')
-rw-r--r-- | UnoControls/Library_ctl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/UnoControls/Library_ctl.mk b/UnoControls/Library_ctl.mk index f7953e80e5a2..f6ef205f9615 100644 --- a/UnoControls/Library_ctl.mk +++ b/UnoControls/Library_ctl.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_add_exception_objects,ctl,\ UnoControls/source/base/basecontainercontrol \ UnoControls/source/base/basecontrol \ UnoControls/source/base/multiplexer \ - UnoControls/source/base/registercontrols \ UnoControls/source/controls/OConnectionPointContainerHelper \ UnoControls/source/controls/OConnectionPointHelper \ UnoControls/source/controls/framecontrol \ |