Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


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 <gmocsi91@gmail.com>

Context


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.