summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script/vba/VBAEventId.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/vba/VBAEventId.idl')
-rw-r--r--offapi/com/sun/star/script/vba/VBAEventId.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/script/vba/VBAEventId.idl b/offapi/com/sun/star/script/vba/VBAEventId.idl
index 00a524a1ef3b..00989fccd053 100644
--- a/offapi/com/sun/star/script/vba/VBAEventId.idl
+++ b/offapi/com/sun/star/script/vba/VBAEventId.idl
@@ -58,11 +58,6 @@ constants VBAEventId
const long DOCUMENT_OPEN = 1002;
/** Document about to be closed. No arguments. */
const long DOCUMENT_CLOSE = 1003;
- // auto* subroutines in ThisDocument have highest priority
- const long DOCUMENT_AUTO_NEW = 1004;
- const long DOCUMENT_AUTO_OPEN = 1005;
- const long DOCUMENT_AUTO_CLOSE = 1006;
-
// MS Excel (identifiers from 2001 to 2999)