ooo-build r11659 - trunk/doc



Author: noelpwer
Date: Thu Feb 21 12:29:07 2008
New Revision: 11659
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11659&view=rev

Log:
fix class name typo


Modified:
   trunk/doc/excel-formcontrols-import-export-notes.txt

Modified: trunk/doc/excel-formcontrols-import-export-notes.txt
==============================================================================
--- trunk/doc/excel-formcontrols-import-export-notes.txt	(original)
+++ trunk/doc/excel-formcontrols-import-export-notes.txt	Thu Feb 21 12:29:07 2008
@@ -88,9 +88,9 @@
 
 maTableList.GetRecord( nTab )->Write( aXclStrm );
 
-where each ExcTable has a list of (objects) to write XclImpTbxControlObj(s) are all created before exporting  ( so there is some chance to tweak them )
+where each ExcTable has a list of (objects) to write XclExpTbxControlObj(s) are all created before exporting  ( so there is some chance to tweak them )
 
-these tables are filled ( as per where the XclImpTbxControlObj(s) are all created above ) e.g. from 
+these tables are filled ( as per where the XclExpTbxControlObj(s) are all created above ) e.g. from 
 ExcDocument::ReadDoc ()
    creates a ExcTable for each tab, and calls ExcTable::FillAsTable for each of those
 ExcTable::FillAsTable ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]