summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XDataPilotTables.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-01 00:26:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commit392706b5f743b2f989ba5a120bbb31c2296bf902 (patch)
tree6d37555b819fb1c482106f29c0aede2a121ae819 /offapi/com/sun/star/sheet/XDataPilotTables.idl
parent*api: doxygen complains about lonely "." being list marker (diff)
downloadcore-392706b5f743b2f989ba5a120bbb31c2296bf902.tar.gz
core-392706b5f743b2f989ba5a120bbb31c2296bf902.zip
*api: fix loads of badly documented parameters
Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotTables.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTables.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotTables.idl b/offapi/com/sun/star/sheet/XDataPilotTables.idl
index 20f804cf182a..75feee5e36b8 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTables.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTables.idl
@@ -56,7 +56,7 @@ published interface XDataPilotTables: com::sun::star::container::XNameAccess
@param aName
the name of the data pilot table used in the collection.
- @param aAoutputAddress
+ @param OutputAddress
the top left cell of the location of the data pilot table in
the spreadsheet document.
@@ -67,7 +67,7 @@ published interface XDataPilotTables: com::sun::star::container::XNameAccess
*/
void insertNewByName(
[in] string aName,
- [in] com::sun::star::table::CellAddress aOutputAddress,
+ [in] com::sun::star::table::CellAddress OutputAddress,
[in] com::sun::star::sheet::XDataPilotDescriptor xDescriptor );