~ubuntu-branches/ubuntu/jaunty/poppler/jaunty-security

« back to all changes in this revision

Viewing changes to poppler/ABWOutputDev.cc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-01-14 16:57:14 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090114165714-fc0eniq9604rq6u4
Tags: 0.10.3-0ubuntu1
* New upstream version
* debian/patches/60_manpages-cfg-flag.patch:
  - the change is in the new version
* debian/patches/61_manpages-hyphens.patch:
  - the change is in the new version
* debian/patches/62_pdftops-mandatory-arg.patch:
  - the change is in the new version
* debian/patches/63_do-not-make-ps-arrays-bigger-than-64k-from-big-images-in-patterns.patch:
  - the change is in the new version
* Updated for the libpoppler and libpoppler-glib soname changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
//
3
3
// ABWOutputDev.cc
4
4
//
5
 
// Jauco Noordzij
 
5
// Copyright 2006-2007 Jauco Noordzij <jauco@jauco.nl>
 
6
// Copyright 2007 Dominic Lachowicz <cinamod@hotmail.com>
6
7
//
7
8
// Based somewhat on HtmlOutputDev.cc
8
9
//
733
734
  if (N_parent->children && xmlStrcasecmp(N_parent->children->name,BAD_CAST "line") == 0 && xmlGetProp(N_parent->children,BAD_CAST "alignment") != NULL)
734
735
    xmlSetProp(N_parent, BAD_CAST "alignment", xmlGetProp(N_parent->children,BAD_CAST "alignment"));
735
736
 
736
 
   delete styles;
 
737
   delete[] styles;
737
738
}
738
739
 
739
740
void ABWOutputDev::generateParagraphs() {