diff options
author | Pranav Kant <pranavk@libreoffice.org> | 2015-12-19 20:36:47 +0530 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-12 21:17:52 +0000 |
commit | bd85600aa4a81fba19c98e0a1c2d5ccdcb8fb3fc (patch) | |
tree | 1fe5dfe5e01d0f90d61a9aad934d592870811047 /include/LibreOfficeKit | |
parent | 1a12a6e4cc608b6517655eb6339ceb829c3318bc (diff) |
tdf#96513: Limit LOKDocView's zoom in [0.25, 5.0]
Change-Id: Ibee485909dca1ea4a3774fca7a840afbf2d9883c
Reviewed-on: https://gerrit.libreoffice.org/20819
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
(cherry picked from commit ba539fa91f9c3316107dcdf4a95718a49335d92e)
Reviewed-on: https://gerrit.libreoffice.org/21347
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index 911bbdfa6049..e06d154f772e 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -107,7 +107,9 @@ LibreOfficeKitDocument* lok_doc_view_get_document (LOKDocView* * @pDocView: The #LOKDocView instance * @fZoom: The new zoom level that pDocView must set it into. * - * Sets the new zoom level for the widget. + * Sets the new zoom level for the widget. Does nothing if fZoom is equal to + * existing zoom level. Values outside the range [0.25, 5.0] are clamped into + * the nearest allowed value in the interval. */ void lok_doc_view_set_zoom (LOKDocView* pDocView, float fZoom); |