summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-29 07:41:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-29 07:41:02 +0200
commit6850485b54ed77698b7c9622f437c9c7e1358ef4 (patch)
treeb3e7e32445fc71d682ccf146052862d635aba819 /offapi/com/sun/star/report
parent5f0ffa9fbdadb5a4a55d8be4b1cf235995de37e4 (diff)
Fix some idl descriptions
Change-Id: I7a986f39baf515b19255851f38600f112fe8b021
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/XReportDefinition.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index a4ddd2582053..da38c86b45d6 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -255,7 +255,7 @@ interface XReportDefinition
*/
[attribute,readonly] com::sun::star::report::XGroups Groups;
- /** returns the report header if the #ReportHeaderOnis `TRUE`.
+ /** returns the report header if the #ReportHeaderOn is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the report header disabled.
@see XSection
@@ -265,7 +265,7 @@ interface XReportDefinition
get raises (com::sun::star::container::NoSuchElementException);
};
- /** returns the page header if the #PageHeaderOnis `TRUE`.
+ /** returns the page header if the #PageHeaderOn is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the page header disabled.
@see XSection
@@ -280,7 +280,7 @@ interface XReportDefinition
*/
[attribute,readonly] com::sun::star::report::XSection Detail;
- /** returns the page footer if the #PageFooterOnis `TRUE`.
+ /** returns the page footer if the #PageFooterOn is `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the page footer disabled.
@see XSection
@@ -290,7 +290,7 @@ interface XReportDefinition
get raises (com::sun::star::container::NoSuchElementException);
};
- /** returns the report footer if the #ReportFooterOnis `TRUE`.
+ /** returns the report footer if the #ReportFooterOn is `TRUE`.
@throws com::sun::star::container::NullPointerException
If the report has the report footer disabled.
@see XSection