summaryrefslogtreecommitdiff
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.idl48
1 files changed, 24 insertions, 24 deletions
diff --git a/offapi/com/sun/star/report/XFixedText.idl b/offapi/com/sun/star/report/XFixedText.idl
index 4c971f1e0..3444aa8d7 100644
--- a/offapi/com/sun/star/report/XFixedText.idl
+++ b/offapi/com/sun/star/report/XFixedText.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,32 +24,32 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_report_XFixedText_idl__
-#define __com_sun_star_report_XFixedText_idl__
-
-#ifndef __com_sun_star_report_XReportControlModel_idl__
-#include <com/sun/star/report/XReportControlModel.idl>
+#ifndef __com_sun_star_report_XFixedText_idl__
+#define __com_sun_star_report_XFixedText_idl__
+
+#ifndef __com_sun_star_report_XReportControlModel_idl__
+#include <com/sun/star/report/XReportControlModel.idl>
#endif
-//=============================================================================
-
- module com { module sun { module star { module report {
-
-//=============================================================================
-interface XFixedText
-{
+//=============================================================================
+
+ module com { module sun { module star { module report {
+
+//=============================================================================
+published interface XFixedText
+{
interface XReportControlModel;
/** specifies the label of the control.
*/
[attribute,bound] string Label;
-};
-
-service FixedText : XFixedText;
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-#endif
+};
+
+published service FixedText : XFixedText;
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif