diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-03-24 14:54:54 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-03-24 14:54:54 +0100 |
commit | 47687683873d79e39616904f16c6750818296b5d (patch) | |
tree | 48f18291ad212ae86dc1bc4dd29af56b15f671fc /offapi | |
parent | d91dbe70121ec3d14d2d392b5bbd1b60624eeb14 (diff) |
gridfixes: #i117398# published two more types
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl | 2 | ||||
-rwxr-xr-x | offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl index 8c2726f42851..11bc34432674 100644 --- a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl @@ -45,7 +45,7 @@ @since OOo 3.3.0 */ -service DefaultGridDataModel : ::com::sun::star::awt::grid::XMutableGridDataModel; +published service DefaultGridDataModel : ::com::sun::star::awt::grid::XMutableGridDataModel; //============================================================================= diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl index 20749aaa0c8c..3c0fbf6b654a 100755 --- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module grid { /** allows to modify the data represented by a <type>XGridDataModel</type> */ -interface XMutableGridDataModel : XGridDataModel +published interface XMutableGridDataModel : XGridDataModel { /** appends a row to the model. |