include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 286e3d3fd10bdbec4954aab46eea198e9f0b9602 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 9 13:27:21 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jun 9 18:00:05 2023 +0200 Fix typo Change-Id: Ica639513051c843bf8065f209427ba4054993463 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152791 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index 13351b672d51..0325e62399a5 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -964,7 +964,7 @@ typedef enum /** * Informs that the document password has been successfully changed. - * The payload contains the the new password and the type. + * The payload contains the new password and the type. */ LOK_CALLBACK_DOCUMENT_PASSWORD_RESET = 66 }
