Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2145

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/45/2145/1

fdo#46808, Adapt UNO services to the new style, Part 1

Found two in offapi/com/sun/star/awt/grid : DefaultGridColumnModel.idl and 
GridColumn.idl

Change-Id: Ic44fc44d3c52ccc8db5d0b0917cb98ebae061eae
---
M offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
M offapi/com/sun/star/awt/grid/GridColumn.idl
2 files changed, 2 insertions(+), 8 deletions(-)



diff --git a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl 
b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
index faf8143..ba37c3b 100644
--- a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
+++ b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
@@ -28,10 +28,7 @@
 /** If you do not want to implement the <type>XGridColumnModel</type> 
yourself, use this service.
     @since OOo 3.3
  */
-service DefaultGridColumnModel
-{
-    interface com::sun::star::awt::grid::XGridColumnModel;
-};
+service DefaultGridColumnModel : com::sun::star::awt::grid::XGridColumnModel;
 
 
 }; }; }; };};
diff --git a/offapi/com/sun/star/awt/grid/GridColumn.idl 
b/offapi/com/sun/star/awt/grid/GridColumn.idl
index 5ec80bb..cad9926 100644
--- a/offapi/com/sun/star/awt/grid/GridColumn.idl
+++ b/offapi/com/sun/star/awt/grid/GridColumn.idl
@@ -29,10 +29,7 @@
 
     @since OOo 3.3
  */
-service GridColumn
-{
-    interface com::sun::star::awt::grid::XGridColumn;
-};
+service GridColumn : com::sun::star::awt::grid::XGridColumn;
 
 
 }; }; }; };};

-- 
To view, visit https://gerrit.libreoffice.org/2145
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic44fc44d3c52ccc8db5d0b0917cb98ebae061eae
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: GergÅ‘ Mocsi <[email protected]>
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to