summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/document/MacroExecMode.idl8
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;