diff options
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotTables.idl')
-rw-r--r-- | offapi/com/sun/star/sheet/XDataPilotTables.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotTables.idl b/offapi/com/sun/star/sheet/XDataPilotTables.idl index 1a4987702895..d84293cadd8b 100644 --- a/offapi/com/sun/star/sheet/XDataPilotTables.idl +++ b/offapi/com/sun/star/sheet/XDataPilotTables.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDataPilotTables.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:08:17 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,7 @@ interface XDataPilotTables: com::sun::star::container::XNameAccess <p>This descriptor can be used with <member>XDataPilotTables::addTable</member>.</p> - @see com::sun::star::sheet::DataPilotTableDescriptor + @see com::sun::star::sheet::DataPilotDescriptor */ com::sun::star::sheet::XDataPilotDescriptor createDataPilotDescriptor(); @@ -117,7 +117,7 @@ interface XDataPilotTables: com::sun::star::container::XNameAccess @param xDescriptor the descriptor containing the settings of the data pilot table. - @see com::sun::star::sheet::DataPilotTableDescriptor + @see com::sun::star::sheet::DataPilotDescriptor */ void insertNewByName( [in] string aName, |