~matttbe/ubuntu/raring/poppler/lp1072129

« back to all changes in this revision

Viewing changes to poppler/Hints.cc

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-04-05 16:23:40 UTC
  • mfrom: (1.5.7) (4.4.5 sid)
  • Revision ID: package-import@ubuntu.com-20110405162340-le5fy9fxqmxmvd6a
Tags: 0.16.7-2ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
* debian/control: 
  - Lower poppler-data to Suggests: (handled by language-selector).
* debian/control, 
  debian/rules: 
  - disable OpenJPEG, it's in universe.
* debian/patches/10_fix-a4-page-shift-on-brother-ps-printers.patch: 
  - Fix page shifts when printing on A4 paper with Brother PostScript printers.
    (LP #293832)
* debian/patches/11_set-font-weight-medium.patch: added
  - set FC_WEIGHT_MEDIUM when the font name contains "Medium", LP: #769827

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
// This file is licensed under the GPLv2 or later
6
6
//
7
7
// Copyright 2010 Hib Eris <hib@hiberis.nl>
8
 
// Copyright 2010 Albert Astals Cid <aacid@kde.org>
 
8
// Copyright 2010, 2011 Albert Astals Cid <aacid@kde.org>
9
9
// Copyright 2010 Pino Toscano <pino@kde.org>
10
10
//
11
11
//========================================================================
61
61
  }
62
62
 
63
63
  memset(numSharedObject, 0, nPages * sizeof(Guint));
 
64
  memset(pageObjectNum, 0, nPages * sizeof(int));
64
65
 
65
66
  nSharedGroups = 0;
66
67
  groupLength = NULL;