summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2023-05-25 14:09:47 -0300
committerStephan Bergmann <sbergman@redhat.com>2023-05-26 08:35:19 +0200
commit363c6bec73fbd8677b230892f4e828457e0b5dc6 (patch)
tree1360c0b070118cce3e6883d8c68625e3116cc36d /offapi
parentf65949452bd3a61f0eeb1b95db7ec2ce2e1c59f3 (diff)
Fix text in IDL file
+ Copy&Paste is evil... Change-Id: I11352ec41d96cfbc7d4176773789066aee292a0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152281 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/script/vba/VBAEventId.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/script/vba/VBAEventId.idl b/offapi/com/sun/star/script/vba/VBAEventId.idl
index 00989fccd053..6b258c747f05 100644
--- a/offapi/com/sun/star/script/vba/VBAEventId.idl
+++ b/offapi/com/sun/star/script/vba/VBAEventId.idl
@@ -90,7 +90,7 @@ constants VBAEventId
/** Worksheet has been activated (made visible). Arguments: short nSheet. */
const long WORKSHEET_ACTIVATE = 2101;
- /** Worksheet has been activated (made visible). Arguments: short nSheet. */
+ /** Worksheet has been deactivated (made not visible). Arguments: short nSheet. */
const long WORKSHEET_DEACTIVATE = 2102;
/** Double click in the sheet. Arguments: XRange/XSheetCellRangeContainer aRange, [out] boolean bCancel. */
const long WORKSHEET_BEFOREDOUBLECLICK = 2103;