Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2146
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/46/2146/1
fdo#46808, Adapt UNO services to the new style, Part 1-2
Written constructor for opffapi/com/sun/star/accessibility/AccessBridge.idl and rewritten to new
style in offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
Change-Id: I88dc745cddf9956c930c1216c697dd142e33c846
---
M offapi/com/sun/star/accessibility/AccessBridge.idl
M offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/offapi/com/sun/star/accessibility/AccessBridge.idl
b/offapi/com/sun/star/accessibility/AccessBridge.idl
index 7d28f9c..f9205c0 100644
--- a/offapi/com/sun/star/accessibility/AccessBridge.idl
+++ b/offapi/com/sun/star/accessibility/AccessBridge.idl
@@ -19,9 +19,9 @@
#ifndef __com_sun_star_accessibility_AccessBridge_idl__
#define __com_sun_star_accessibility_AccessBridge_idl__
-module com { module sun { module star { module lang {
- published interface XInitialization;
-}; }; }; };
+#include <com/sun/star/lang/XComponent.idl>
+#include <com/sun/star/awt/XExtendedToolkit.idl>
+
module com { module sun { module star { module accessibility {
@@ -35,7 +35,10 @@
@since OOo 1.1.2
*/
-service AccessBridge : com::sun::star::lang::XInitialization;
+service AccessBridge : com::sun::star::lang::XComponent
+{
+ createWithToolkit([in] com::sun::star::awt::XExtendedToolkit toolkit);
+};
}; }; }; };
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index e4efdc6..4494748 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -27,10 +27,7 @@
/** specifies the standard model of a XTabPageModel.
@since OOo 3.4
*/
-published service UnoControlTabPageModel
-{
- interface XTabPageModel;
-};
+published service UnoControlTabPageModel : XTabPageModel;
}; }; }; }; };
--
To view, visit https://gerrit.libreoffice.org/2146
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I88dc745cddf9956c930c1216c697dd142e33c846
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Gergő Mocsi <gmocsi91@gmail.com>
Context
- [PATCH] fdo#46808, Adapt UNO services to the new style, Part 1-2 · via Code Review
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.