summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XEmbeddedScripts.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XEmbeddedScripts.idl')
-rw-r--r--offapi/com/sun/star/document/XEmbeddedScripts.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/XEmbeddedScripts.idl b/offapi/com/sun/star/document/XEmbeddedScripts.idl
index e28a4dff4884..c7ef5ea4e51e 100644
--- a/offapi/com/sun/star/document/XEmbeddedScripts.idl
+++ b/offapi/com/sun/star/document/XEmbeddedScripts.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module document {
-/** is supported by <type>OfficeDocument</type>s which allow to embed scripts
+/** is supported by OfficeDocuments which allow to embed scripts
@since OOo 2.4
*/
@@ -42,7 +42,7 @@ interface XEmbeddedScripts
/** determines whether executing macros from this document is allowed.
- <p>Effectively, this attribute is an evaluation of the document's <type>MacroExecMode</type>
+ <p>Effectively, this attribute is an evaluation of the document's MacroExecMode
against possibly applicable configuration settings, the document location in relation to the
trusted location, and the like.</p>