diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-07-29 17:00:33 +0200 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-07-30 12:44:03 +0200 |
commit | 7f8eb6d501f962d2bdac9a581389289f8054daec (patch) | |
tree | ffad1aac2f5f73f8767bc1509d5a672b5e7851b4 /include | |
parent | 0dc6db6fafd4a4fa9a5ad8d2d09c7ec8ae3ae04e (diff) |
LOKDocView: add set_part_mode.
Change-Id: I0e14a535124e93979ef05431255911245a11aa29
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index a73f98d5087f..522d74d2c1a1 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -64,6 +64,8 @@ void lok_docview_set_part (LOKDocView* pDocView, int nPart); char* lok_docview_get_part_name (LOKDocView* pDocView, int nPart); +void lok_docview_set_partmode (LOKDocView* pDocView, + LibreOfficeKitPartMode ePartMode); #ifdef __cplusplus } #endif |