qt4/src/poppler-qt4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit a44d572f38ae5994ceeba8272f38cb51eb583da5 Author: Albert Astals Cid <[email protected]> Date: Thu Nov 24 18:54:27 2011 +0100 Fix typo (cherry picked from commit 74e11d8c912dd95d235e44e7b34b8ea1be082b9f) diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h index bf1e089..9a4373f 100644 --- a/qt4/src/poppler-qt4.h +++ b/qt4/src/poppler-qt4.h @@ -618,12 +618,12 @@ delete it; QList<TextBox*> textList(Rotation rotate = Rotate0) const; /** - \return The dimensions (cropbox) 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 of an inch) */ QSizeF pageSizeF() const; /** - \return The dimensions (cropbox) 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 of an inch) */ QSize pageSize() const; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
