diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2020-03-27 14:24:07 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-02 17:38:09 +0200 |
commit | b6a60949a44df45c1ea13dcd5c7330d327860233 (patch) | |
tree | 646819ef8e1240ea69c5e4dc996e09e99031c823 /source/auxiliary | |
parent | cb85f4bc7fb510f55321857d26f895b81f4c5964 (diff) |
VBA Err object
- Handling exceptions or Throwing them w/ Basic
A limited set of VBA ERR object properties & methods are exhibiting useful features.
This page document that subset.
Change-Id: I98726a6ffbce370b81f1a26daa35a8a1bf3dc57c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91177
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/sbasic.tree | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index bbc37c493b..74996c65a3 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -133,6 +133,7 @@ <topic id="sbasic/text/sbasic/shared/03060200.xhp">Eqv Operator</topic> <topic id="sbasic/text/sbasic/shared/03050100.xhp">Erl Function</topic> <topic id="sbasic/text/sbasic/shared/03050200.xhp">Err Function</topic> + <topic id="sbasic/text/sbasic/shared/ErrVBA.xhp">Err Object [VBA]</topic> <topic id="sbasic/text/sbasic/shared/03050300.xhp">Error Function</topic> <topic id="sbasic/text/sbasic/shared/03050000.xhp">Error-Handling Functions</topic> <topic id="sbasic/text/sbasic/shared/03090412.xhp">Exit Statement</topic> |