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

« back to all changes in this revision

Viewing changes to qt4/src/poppler-textbox.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:
1
1
/* poppler-qt.h: qt interface to poppler
2
2
 * Copyright (C) 2005, Brad Hards <bradh@frogmouth.net>
 
3
 * Copyright (C) 2006-2008, Albert Astals Cid <aacid@kde.org>
 
4
 * Copyright (C) 2008, Pino Toscano <pino@kde.org>
3
5
 *
4
6
 * This program is free software; you can redistribute it and/or modify
5
7
 * it under the terms of the GNU General Public License as published by
41
43
QRectF TextBox::boundingBox() const
42
44
{
43
45
        return m_data->bBox;
44
 
};
 
46
}
45
47
 
46
48
TextBox *TextBox::nextWord() const
47
49
{