offapi/com/sun/star/script/vba/VBAEventId.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 363c6bec73fbd8677b230892f4e828457e0b5dc6 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Thu May 25 14:09:47 2023 -0300 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri May 26 08:35:19 2023 +0200 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 <sberg...@redhat.com> 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;