~ubuntu-branches/ubuntu/breezy/libwpd/breezy

« back to all changes in this revision

Viewing changes to src/lib/WP42FileStructure.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2004-08-10 00:37:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040810003747-5i7g92h2v88z70zo
Tags: 0.7.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
// size of the function groups 0xC0 to 0xFF
29
29
// -1 means the size is variable
30
 
int WP42_FUCNTION_GROUP_SIZE[64] = 
 
30
int WP42_FUNCTION_GROUP_SIZE[64] = 
31
31
{
32
32
        6,      // 0xC0
33
33
        4,