summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2022-10-11 12:14:34 -0400
committerJustin Luth <jluth@mail.com>2022-10-12 01:12:17 +0200
commit73911ed8d35294a9e15771d8aaa1e9121ef10309 (patch)
tree440bebcb650b937b048bababf9cd7c0975377e99 /offapi
parentf518928c322d45cdec4163c0182b0008da0da729 (diff)
tdf#148806 doc vba: highest priority is ThisDocument AutoOpen V2
A review by Stephan Bergmann made me re-think adding a separate event for this. It really is only one event and not two (or three as I initially imagined). In the end, I like this better because it highlights the difference between Excel and Word by keeping all the differentiating logic in one place. The inability to properly document the purpose of these new events was the impetus to redesign this. Thanks Stephan for the prompt. Change-Id: Ic2d461c13c4a52e279224cb485d2b6c4a3c57b54 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141233 Tested-by: Justin Luth <jluth@mail.com> Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'offapi')
-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)