summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-03-24 14:54:54 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-03-24 14:54:54 +0100
commit47687683873d79e39616904f16c6750818296b5d (patch)
tree48f18291ad212ae86dc1bc4dd29af56b15f671fc
parentgridfixes: #i117398# XMutableGridDataModel: allow inserting rows at arbitrary... (diff)
downloadcore-47687683873d79e39616904f16c6750818296b5d.tar.gz
core-47687683873d79e39616904f16c6750818296b5d.zip
gridfixes: #i117398# published two more types
-rw-r--r--offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl2
-rwxr-xr-xoffapi/com/sun/star/awt/grid/XMutableGridDataModel.idl2
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.