summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:55:09 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:55:09 +0000
commit2b527593b273de4e9b310fc91b4d14cdb299902f (patch)
tree47699c9603e3847086de336e8a5d18bb126eda47 /offapi/com/sun/star/report
parent3cadb65c2e2c93340af52f471f7cff89dda69ad5 (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.3.110); FILE MERGED
2008/01/24 14:44:04 oj 1.3.110.1: #i85225# add some props
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/XReportEngine.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl
index 92d78e7f07e4..ed446777a777 100644
--- a/offapi/com/sun/star/report/XReportEngine.idl
+++ b/offapi/com/sun/star/report/XReportEngine.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XReportEngine.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2007-07-31 16:12:30 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:55:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,14 +143,14 @@ interface XReportEngine
/** specifies the report definition object which is used to create the resulting report.
*/
- [attribute] XReportDefinition ReportDefinition
+ [attribute,bound] XReportDefinition ReportDefinition
{
set raises (com::sun::star::lang::IllegalArgumentException);
};
/** specifies the active connection which is used to create the resulting report.
*/
- [attribute] com::sun::star::sdbc::XConnection ActiveConnection
+ [attribute,bound] com::sun::star::sdbc::XConnection ActiveConnection
{
set raises (com::sun::star::lang::IllegalArgumentException);
};