diff options
Diffstat (limited to 'include/LibreOfficeKit/LibreOfficeKitGtk.h')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index c1a17319a4d5..d6d720e9ec90 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -100,7 +100,7 @@ void lok_docview_set_part (LOKDocView* pDocView, char* lok_docview_get_part_name (LOKDocView* pDocView, int nPart); void lok_docview_set_partmode (LOKDocView* pDocView, - LibreOfficeKitPartMode ePartMode); + int nPartMode); /// Sets if the viewer is actually an editor or not. void lok_docview_set_edit (LOKDocView* pDocView, gboolean bEdit); |