Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2132
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/32/2132/1
fdo#46808, Adapt UNO services to new style, Part 1
Updated the AccessBridge.idl file in offapi to the new style. This is my first patch.
fdo#46808, Adapt UNO services to new style, Part 1
Updated Accessible.idl file in offapi to the new style.
Change-Id: I4d512d74542285e0a7321f8251193bf33dfb878b
---
M offapi/com/sun/star/accessibility/AccessBridge.idl
M offapi/com/sun/star/accessibility/Accessible.idl
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/offapi/com/sun/star/accessibility/AccessBridge.idl
b/offapi/com/sun/star/accessibility/AccessBridge.idl
index 44703ed..7d28f9c 100644
--- a/offapi/com/sun/star/accessibility/AccessBridge.idl
+++ b/offapi/com/sun/star/accessibility/AccessBridge.idl
@@ -35,11 +35,7 @@
@since OOo 1.1.2
*/
-service AccessBridge
-{
- /** Expects and instance of XExtendedToolkit as first parameter */
- interface ::com::sun::star::lang::XInitialization;
-};
+service AccessBridge : com::sun::star::lang::XInitialization;
}; }; }; };
diff --git a/offapi/com/sun/star/accessibility/Accessible.idl
b/offapi/com/sun/star/accessibility/Accessible.idl
index a3b5e5b..1c860cb 100644
--- a/offapi/com/sun/star/accessibility/Accessible.idl
+++ b/offapi/com/sun/star/accessibility/Accessible.idl
@@ -38,10 +38,7 @@
@since OOo 1.1.2
*/
-service Accessible
-{
- interface XAccessible;
-};
+service Accessible : XAccessible;
}; }; }; };
--
To view, visit https://gerrit.libreoffice.org/2132
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4d512d74542285e0a7321f8251193bf33dfb878b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Gergő Mocsi <gmocsi91@gmail.com>
Context
- [PATCH] fdo#46808, Adapt UNO services to new style, Part 1 · 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.