diff options
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitEnums.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index cb9091711acc..1d55ce8583b3 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -161,9 +161,11 @@ typedef enum */ LOK_CALLBACK_CURSOR_VISIBLE = 5, /** - * The size and/or the position of the graphic selection changed. + * The size and/or the position of the graphic selection changed and + * the rotation angle of the embedded graphic object * - * Rectangle format is the same as LOK_CALLBACK_INVALIDATE_TILES. + * Format is "x, y, width, height, angle", where angle is in 100th + * of degree. */ LOK_CALLBACK_GRAPHIC_SELECTION = 6, |