From 59404eb5ca76c1e9b0dc5a6fb9730bc9328b0cbf Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Tue, 18 Dec 2018 09:07:14 -0200 Subject: [PATCH] Python: fix location description / references Change-Id: I0b6339716d8a26dda84d0904c4a536d2173d3f1e Reviewed-on: https://gerrit.libreoffice.org/65347 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/main0000.xhp | 2 +- source/text/sbasic/python/python_locations.xhp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp index 631c44524b..cd2cbf9359 100644 --- a/source/text/sbasic/python/main0000.xhp +++ b/source/text/sbasic/python/main0000.xhp @@ -20,7 +20,7 @@ Python;macros scripts;Python -

%PRODUCTNAME Python Scripts Help

+

%PRODUCTNAME Python Scripts Help

%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org diff --git a/source/text/sbasic/python/python_locations.xhp b/source/text/sbasic/python/python_locations.xhp index 4f50af4213..b3ebeeda54 100644 --- a/source/text/sbasic/python/python_locations.xhp +++ b/source/text/sbasic/python/python_locations.xhp @@ -28,10 +28,10 @@ The %PRODUCTNAME Macros container location in the file system depends on the operating system: - For Windows,
C:\Program Files (x86)\LibreOffice\Basis\share\Scripts\python.
+ For Windows: $(Installation)\share\Scripts\python.
- For Linux and macOS,
$(Installation)/share/Scripts/python.
+ For Linux and macOS: $(Installation)/share/Scripts/python.

My Macros

@@ -39,10 +39,10 @@ The My Macros container location is in the user space and depends on the operating system: - For Windows,
C:\Users\current-user\AppData\Roaming\libreoffice\4\user\Scripts\python.
+ For Windows,
%APPDATA%\LibreOffice\4\user\Scripts\python.
- For Linux and macOS,
$(HOME)/.config/libreoffice/4/user/Scripts/python.
+ For Linux and macOS,
$HOME/.config/libreoffice/4/user/Scripts/python.

Document macros