qt4/src/poppler-form.h | 2 +- qt4/src/poppler-qt4.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit de70c0aeb37d788f595b0574796844f51ddedec1 Author: Albert Astals Cid <[email protected]> Date: Sun Dec 28 21:21:12 2008 +0100 [qt4] improve doc a bit diff --git a/qt4/src/poppler-form.h b/qt4/src/poppler-form.h index 5b4b4f8..d9c73ea 100644 --- a/qt4/src/poppler-form.h +++ b/qt4/src/poppler-form.h @@ -62,7 +62,7 @@ namespace Poppler { /** \return The size of the field, in normalized coordinates, i.e. - [0..1] wrt the size of the page + [0..1] with regard to the dimensions (cropbox) of the page */ QRectF rect() const; diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h index 9af2737..b8bc152 100644 --- a/qt4/src/poppler-qt4.h +++ b/qt4/src/poppler-qt4.h @@ -422,12 +422,12 @@ namespace Poppler { QList<TextBox*> textList(Rotation rotate = Rotate0) const; /** - \return The dimensions of the page, in points (i.e. 1/72th on an inch) + \return The dimensions (cropbox) of the page, in points (i.e. 1/72th on an inch) */ QSizeF pageSizeF() const; /** - \return The dimensions of the page, in points (i.e. 1/72th on an inch) + \return The dimensions (cropbox) of the page, in points (i.e. 1/72th on an inch) */ QSize pageSize() const; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
