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.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/report/XFormattedField.idl b/offapi/com/sun/star/report/XFormattedField.idl
index 0afdb3e15362..b00028f80ed7 100644
--- a/offapi/com/sun/star/report/XFormattedField.idl
+++ b/offapi/com/sun/star/report/XFormattedField.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/report/XReportControlModel.idl>
#include <com/sun/star/util/XNumberFormatsSupplier.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** describes a control which can be used for displaying values with a arbitrary formatting.
@see com::sun::star::report::XReportControlModel
@@ -58,7 +56,6 @@ interface XFormattedField
[attribute,bound] com::sun::star::util::XNumberFormatsSupplier FormatsSupplier;
};
-//=============================================================================
}; }; }; };