[Libreoffice-commits] core.git: offapi/com

Julien Nabet serval2412 at yahoo.fr
Tue Aug 20 13:29:01 PDT 2013


 offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f193e73136e5808b998339054e2278b1b2d16637
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Aug 20 22:28:17 2013 +0200

    Fix idl: no ResultSet attribute so remove "#"
    
    Change-Id: I8b0025a1dcba5819edbb35395324efaee936eec5

diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
index 7a1be1c..99a28d0 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


More information about the Libreoffice-commits mailing list