diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-13 14:21:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-14 12:43:43 +0100 |
commit | 2cf7c26293462406d91ee050c6677930065e660b (patch) | |
tree | 7fda70129a4645195f943d667dd933eceda3b646 /sd/source/console | |
parent | 4e2a4fbeb7c44cc47b3cf803cbcc6cba63b3d481 (diff) |
merge sdui library into sd
which eliminates another dynamic-symbol lookup and another complication
which was making it harder to do better with --enable-mergedlibs
sd is relatively small, so even the combined library is not as big as
one of the sw and sc libraries
Change-Id: Ibef8077d70a5abc7361c95f5dbb8c43447610188
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163302
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/console')
-rw-r--r-- | sd/source/console/presenter.component | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sd/source/console/presenter.component b/sd/source/console/presenter.component deleted file mode 100644 index 3e1bc8508d36..000000000000 --- a/sd/source/console/presenter.component +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * ---> -<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="org.libreoffice.comp.PresenterScreenJob" - constructor="sd_PresenterScreenJob_get_implementation" /> - <implementation name="org.libreoffice.comp.PresenterScreenProtocolHandler" - constructor="sd_PresenterProtocolHandler_get_implementation"> - <service name="com.sun.star.frame.ProtocolHandler"/> - </implementation> -</component> |