summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/report/XFixedText.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XFixedText.idl')
-rw-r--r--offapi/com/sun/star/report/XFixedText.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/report/XFixedText.idl b/offapi/com/sun/star/report/XFixedText.idl
index 1d9e0c41165a..cfb94a986e6e 100644
--- a/offapi/com/sun/star/report/XFixedText.idl
+++ b/offapi/com/sun/star/report/XFixedText.idl
@@ -29,11 +29,9 @@
#define __com_sun_star_report_XFixedText_idl__
#include <com/sun/star/report/XReportControlModel.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XFixedText
{
interface XReportControlModel;
@@ -43,7 +41,6 @@ interface XFixedText
[attribute,bound] string Label;
};
-//=============================================================================
}; }; }; };