~ubuntu-branches/ubuntu/gutsy/libwpd/gutsy

« back to all changes in this revision

Viewing changes to src/lib/WP42Parser.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-10-24 12:14:42 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061024121442-z8c0itk65vgwmu3g
Tags: 0.8.7-4
update debian/copyright, mmh... 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* libwpd
2
 
 * Copyright (C) 2003 William Lachance (william.lachance@sympatico.ca)
 
2
 * Copyright (C) 2003 William Lachance (wrlach@gmail.com)
3
3
 * Copyright (C) 2003 Marc Maurer (uwog@uwog.net)
4
4
 * Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)
5
5
 *
148
148
                                        break;
149
149
                        }
150
150
                }
151
 
                else if (readVal >= (uint8_t)0xC0 && readVal <= (uint8_t)0xF8)
 
151
                else if (readVal >= (uint8_t)0xC0 && readVal <= (uint8_t)0xFE)
152
152
                {
153
153
                        WP42Part *part = WP42Part::constructPart(input, readVal);
154
154
                        if (part != NULL)