diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-08-20 22:28:17 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-08-20 22:28:17 +0200 |
commit | f193e73136e5808b998339054e2278b1b2d16637 (patch) | |
tree | 13ded0168a7860c4d99e6c8de46f68b604812a86 /offapi | |
parent | 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 (diff) |
Fix idl: no ResultSet attribute so remove "#"
Change-Id: I8b0025a1dcba5819edbb35395324efaee936eec5
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl index 7a1be1cb26d5..99a28d0b90ea 100644 --- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl +++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl @@ -138,7 +138,7 @@ interface XDatabaseDataProvider are specified, a RowSet can be created with this information. If the results provided by the row set are to be additionally filtered, the Filter property can be used.</p> - <p>Note that the Filter property does not make sense if a #ResultSet has been specified + <p>Note that the Filter property does not make sense if a resultSet has been specified in the DataAccessDescriptor.</p> @see com::sun::star::sdb::RowSet |