summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-06-06 16:02:46 +0200
committerNoel Grandin <noel@peralex.com>2013-06-10 10:20:44 +0200
commit34e5e9c650ef8653b12d16a1d5de535b5f5b3ead (patch)
treeef14b1a9a94eb2d1d9ee79db05e75d78dc98719e /offapi/com/sun/star/awt
parent670e2329df5cccaacd0e43d3656aeb112488e8ef (diff)
fdo#46808, Convert awt::grid::DefaultGridColumnModel to new style
Change-Id: Id1b63847e21954c689dfa3c549713dbf5b1858c3
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl5
1 files changed, 1 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
index 3ff19f0128ad..4f7a9a8338a7 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 XGridColumnModel 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;
}; }; }; };};