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

« back to all changes in this revision

Viewing changes to src/lib/WP6FootnoteEndnoteGroup.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-01-11 15:15:57 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070111151557-rn1kysabqbccx3as
Tags: 0.8.8-2
run make check for stream check; build-depend on libcppunit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 */
25
25
 
26
26
#include "WP6FootnoteEndnoteGroup.h"
 
27
#include "WP6FileStructure.h"
 
28
#include "WP6Listener.h"
27
29
#include "libwpd_internal.h"
28
30
 
29
31
WP6FootnoteEndnoteGroup::WP6FootnoteEndnoteGroup(WPXInputStream *input) :
32
34
        _read(input);
33
35
}
34
36
 
35
 
void WP6FootnoteEndnoteGroup::_readContents(WPXInputStream *input)
 
37
void WP6FootnoteEndnoteGroup::_readContents(WPXInputStream * /* input */)
36
38
{
37
39
}
38
40