summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/XReportDefinition.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XReportDefinition.idl')
-rw-r--r--offapi/com/sun/star/report/XReportDefinition.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index f19bf000a9ae..85da6f1f4177 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -51,13 +51,11 @@
module com { module sun { module star { module sdbc {
published interface XConnection;
};};};};
-//=============================================================================
module com { module sun { module star { module report {
interface XSection;
interface XGroups;
-//=============================================================================
/** identifies a <type>XReportComponent</type> as being a (sub-) report.
@@ -109,7 +107,6 @@ interface XReportDefinition
*/
interface com::sun::star::style::XStyleFamiliesSupplier;
- //-------------------------------------------------------------------------
/** a storable document should provide information about his modify state
<p>
@@ -144,7 +141,6 @@ interface XReportDefinition
raises( ::com::sun::star::lang::DisposedException,
::com::sun::star::uno::Exception );
- //-------------------------------------------------------------------------
/** Represents the output format (media (mime) type) of the resulting document when executing this report.
*/
@@ -314,7 +310,6 @@ interface XReportDefinition
};
};
-//=============================================================================
}; }; }; };