summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/report/XFormattedField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XFormattedField.idl')
-rw-r--r--offapi/com/sun/star/report/XFormattedField.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/report/XFormattedField.idl b/offapi/com/sun/star/report/XFormattedField.idl
index 5de71ec50b64..3dc102752572 100644
--- a/offapi/com/sun/star/report/XFormattedField.idl
+++ b/offapi/com/sun/star/report/XFormattedField.idl
@@ -44,7 +44,7 @@
@see com::sun::star::report::XReportControlModel
@see com::sun::star::util::XNumberFormatsSupplier
*/
-interface XFormattedField
+published interface XFormattedField
{
interface XReportControlModel;
@@ -61,7 +61,7 @@ interface XFormattedField
[attribute,bound] com::sun::star::util::XNumberFormatsSupplier FormatsSupplier;
};
-service FormattedField : XFormattedField;
+published service FormattedField : XFormattedField;
//=============================================================================
}; }; }; };