~ubuntu-branches/ubuntu/lucid/libwpd/lucid

« back to all changes in this revision

Viewing changes to src/lib/WP5PrefixData.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "WP5SpecialHeaderIndex.h"
28
28
#include "libwpd_internal.h"
29
29
 
30
 
WP5PrefixData::WP5PrefixData(WPXInputStream *input)
 
30
WP5PrefixData::WP5PrefixData(WPXInputStream *input) :
 
31
        m_generalPacketData()
31
32
{
32
33
        std::vector<WP5GeneralPacketIndex> prefixIndexVector;
33
34
        int id = 0;