summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-21 07:35:28 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-21 07:35:28 +0000
commit21c8eb38b429a736b3b70d38402418b71fa1e606 (patch)
tree60856a8082c93ba8b4e3c92fc03d2b5e2b36cb2f /offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
parentbcce926d715b57e97a6b5ed0d1a1b6464bdf3d31 (diff)
@see interface/service/... ident -> @see ident - for new docu generator
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl b/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
index 7997e5a2f..62ad41f43 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTablesSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDataPilotTablesSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::sheet::XDataPilotTablesSupplier
-/** grants access to a collection of data pilot tables.@see service com::sun::star::sheet::Spreadsheet
+/** grants access to a collection of data pilot tables.@see com::sun::star::sheet::Spreadsheet
*/
[ uik(E2281541-33D6-11D1-AABE00A0-249D5590), ident( "XDataPilotTablesSupplier", 1.0 ) ]
interface XDataPilotTablesSupplier: com::sun::star::uno::XInterface
@@ -85,7 +85,7 @@ interface XDataPilotTablesSupplier: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::sheet::XDataPilotTablesSupplier::getDataPilotTables
- /** returns the collection of data pilot tables.@see service DataPilotTables
+ /** returns the collection of data pilot tables.@see DataPilotTables
*/
[const] com::sun::star::sheet::XDataPilotTables getDataPilotTables();
@@ -98,6 +98,9 @@ interface XDataPilotTablesSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:46 mi
+ moved from api
+
Revision 1.2 2000/10/09 14:24:58 mi
#78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)