offapi/com/sun/star/document/MacroExecMode.idl |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 59c7713e3a4fed3c67aa8df73203908c7816931a
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Nov 7 07:35:36 2023 +0100
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Tue Nov 7 13:25:00 2023 +0100

    Fix a typo
    
    Change-Id: I01dae264822c5394cabbb5cc4f7d4cb63190d23e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159030
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.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.
 
         <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;
 

Reply via email to