02c4386a09
It really wants to part of the main sd UI where it can interact nicely with the existing logic, instead of using awkward UNO APIs. Change-Id: I6e0d486275515d48abe3438b88d4f58d4bee58fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145913 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
18 lines
821 B
XML
18 lines
821 B
XML
<?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>
|