Bug 154228

Summary: No Beanshell Wordcount macro in macOS AppStore version
Product: LibreOffice Reporter: Alex Thurgood <iplaw67>
Component: BASICAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED WONTFIX    
Severity: normal CC: cloph
Priority: medium    
Version: 7.4.6.2 release   
Hardware: ARM   
OS: macOS (All)   
Whiteboard:
Crash report or crash signature: Regression By:

Description Alex Thurgood 2023-03-16 13:46:47 UTC
Description:
The Beanshell wordcount macro is missing from the version of LibreOffice made available through the macOS AppStore.

Presumably, there is no support at all for beanshell scripts in the AppStore version.

Steps to Reproduce:
1. Start Writer
2. Go to Macros > Run Macro
3. Click on Application Macros
4. Notice the absence of any Beanshell Wordcount script 

Actual Results:
No Beanshell script support

Expected Results:
Same range of supported scripts as in the non-AppStore version


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.4.6.2 / LibreOffice Community
Build ID: 5b1f5509c2decdade7fda905e3e1429a67acd63d
CPU threads: 8; OS: Mac OS X 13.2.1; UI render: default; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Calc: threaded
Comment 1 Christian Lohmaier 2023-03-16 14:12:57 UTC
wontfix - beanshell scripts (just like javascript macros) are run via java and appstore doesn't allow use of java (or rather would then require us to bundle our own JRE, and that is a similar wontfix)