diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-07 07:35:36 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-07 13:25:00 +0100 |
commit | 59c7713e3a4fed3c67aa8df73203908c7816931a (patch) | |
tree | 6ffe242dfb520e8984fb4f008d520d9b4932ef00 /offapi/com | |
parent | 53b289eabb3d265b47bc7fb6cc430291c97f0c0b (diff) |
Fix a typo
Change-Id: I01dae264822c5394cabbb5cc4f7d4cb63190d23e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159030
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/document/MacroExecMode.idl | 8 |
1 files changed, 4 insertions, 4 deletions
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. <p> - 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. </p> */ @@ -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 <p> 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. </p> */ 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; |