From d71bcc4dc5025ea24944454908098269cfd095a3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Nov 2017 00:20:20 +0100 Subject: Fix typos Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins Reviewed-by: Mark Page --- oovbaapi/ooo/vba/excel/XPivotTables.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/excel/XPivotTables.idl b/oovbaapi/ooo/vba/excel/XPivotTables.idl index 7d5d5bb8f640..c721083e5b2c 100644 --- a/oovbaapi/ooo/vba/excel/XPivotTables.idl +++ b/oovbaapi/ooo/vba/excel/XPivotTables.idl @@ -31,7 +31,7 @@ interface XPivotTables { interface ooo::vba::XCollection; - // PivotCache should be a PivotCache object ( but thats not defined + // PivotCache should be a PivotCache object ( but that's not defined // yet ) //XPivotTable Add( [in] any PivotCache, [in] any TableDestination, [in] any TableName, [in] any ReadData ); -- cgit