diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2025-03-17 08:28:07 +0100 |
---|---|---|
committer | Alain Romedenne <alain.romedenne@libreoffice.org> | 2025-03-17 13:46:51 +0100 |
commit | 87e6a620e1695371a7fa1b39f60517a4db7d528c (patch) | |
tree | b177a5f6f61a28e422571e307c132996aae70d56 | |
parent | 96dc368916f442128a151f09fef1cdf1ed089d06 (diff) |
VBA Excel method - poorly supported
cf. https://opengrok.libreoffice.org/xref/core/oovbaapi/ooo/vba/excel/XApplication.idl
Change-Id: I6db02e6051c25237b13c4be11169911bde03d419
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183021
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/vba_objects.xhp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/text/sbasic/shared/vba_objects.xhp b/source/text/sbasic/shared/vba_objects.xhp index de4ac87ad9..54e4a7dc53 100644 --- a/source/text/sbasic/shared/vba_objects.xhp +++ b/source/text/sbasic/shared/vba_objects.xhp @@ -89,6 +89,7 @@ </list> <paragraph role="paragraph" id="par_id281719824053043"><emph>Methods</emph></paragraph> <list type="unordered"> + <listitem><paragraph id="par_id491719835275851" role="listitem">GetOpenFileName() As Variant - Returns <literal>False</literal> if dialog canceled.</paragraph></listitem> <listitem><paragraph id="par_id491719824275851" role="listitem" localize="false">Quit</paragraph></listitem> </list> </section> |