office-gobmx/UnoControls/util/ctl.component
Noel Grandin 78639945da 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>
2020-07-04 08:32:56 +02:00

32 lines
1.6 KiB
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/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="stardiv.UnoControls.FrameControl"
constructor="stardiv_UnoControls_FrameControl_get_implementation">
<service name="com.sun.star.frame.FrameControl" />
</implementation>
<implementation name="stardiv.UnoControls.ProgressBar"
constructor="stardiv_UnoControls_ProgressBar_get_implementation"/>
<implementation name="stardiv.UnoControls.ProgressMonitor"
constructor="stardiv_UnoControls_ProgressMonitor_get_implementation"/>
<implementation name="stardiv.UnoControls.StatusIndicator"
constructor="stardiv_UnoControls_StatusIndicator_get_implementation"/>
</component>