From 59c7713e3a4fed3c67aa8df73203908c7816931a Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Tue, 7 Nov 2023 07:35:36 +0100 Subject: Fix a typo Change-Id: I01dae264822c5394cabbb5cc4f7d4cb63190d23e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159030 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- offapi/com/sun/star/document/MacroExecMode.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/document/MacroExecMode.idl b/offapi/com/sun/star/document/MacroExecMode.idl index 55e855d03fa1..25aac568b633 100644 --- a/offapi/com/sun/star/document/MacroExecMode.idl +++ b/offapi/com/sun/star/document/MacroExecMode.idl @@ -45,7 +45,7 @@ published constants MacroExecMode from secure list are executed quietly.

- If the macro is neither in secure list nor signed a conformation + If the macro is neither in secure list nor signed a confirmation will be requested.

*/ @@ -59,7 +59,7 @@ published constants MacroExecMode const short USE_CONFIG = 3; - /** A macro should be executed always no conformation should be provided. + /** A macro should be executed always no confirmation should be provided. */ const short ALWAYS_EXECUTE_NO_WARN = 4; @@ -90,13 +90,13 @@ published constants MacroExecMode

If the macro is signed with unknown certificate a warning will appear. The macro either will not be executed or if the warning - allows conformation, it will be executed after user agrees. + allows confirmation, it will be executed after user agrees.

*/ const short FROM_LIST_AND_SIGNED_WARN = 8; /** Execute only macros from secure list or macros that are signed by - trusted certificates. No warning/conformation should be shown. + trusted certificates. No warning/confirmation should be shown. */ const short FROM_LIST_AND_SIGNED_NO_WARN = 9; -- cgit