~ubuntu-branches/ubuntu/feisty/libwpd/feisty

« back to all changes in this revision

Viewing changes to src/lib/WP5FileStructure.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:
26
26
#include "WP5FileStructure.h"
27
27
 
28
28
// size of the fixed length functiongroups 0xC0 to 0xCF
29
 
int WP5_FIXED_LENGTH_FUCNTION_GROUP_SIZE[16] = 
 
29
int WP5_FIXED_LENGTH_FUNCTION_GROUP_SIZE[16] = 
30
30
{
31
31
        4,      // 0xC0
32
32
        9,