qt4/src/poppler-qt4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 74e11d8c912dd95d235e44e7b34b8ea1be082b9f Author: Albert Astals Cid <[email protected]> Date: Thu Nov 24 18:54:27 2011 +0100 Fix typo diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h index 637b69f..4ba27ed 100644 --- a/qt4/src/poppler-qt4.h +++ b/qt4/src/poppler-qt4.h @@ -619,12 +619,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
