From 5a7157d319477830426797532e02ac39d3b859f4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 11:29:03 +0200 Subject: Merging upstream version 4:24.2.1. Signed-off-by: Daniel Baumann --- .../source/text/sbasic/shared/03/sf_database.xhp | 20 ++++++++++---------- .../source/text/sbasic/shared/03/sf_intro.xhp | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'helpcontent2/source/text/sbasic/shared') diff --git a/helpcontent2/source/text/sbasic/shared/03/sf_database.xhp b/helpcontent2/source/text/sbasic/shared/03/sf_database.xhp index 852fb6a0f4..b898e0549b 100644 --- a/helpcontent2/source/text/sbasic/shared/03/sf_database.xhp +++ b/helpcontent2/source/text/sbasic/shared/03/sf_database.xhp @@ -68,10 +68,10 @@ - NONE + NONE - 0 + 0 Transaction handling is disabled and the database is set to the default auto-commit mode. @@ -79,10 +79,10 @@ - READ_UNCOMMITTED + READ_UNCOMMITTED - 1 + 1 Dirty reads, non-repeatable reads and phantom reads can occur. @@ -91,10 +91,10 @@ - READ_COMMITTED + READ_COMMITTED - 2 + 2 Dirty reads are prevented, however non-repeatable reads and phantom reads can occur. @@ -103,10 +103,10 @@ - REPEATABLE_READ + REPEATABLE_READ - 4 + 4 Dirty reads and non-repeatable reads are prevented. However, phantom reads can occur. @@ -115,10 +115,10 @@ - SERIALIZABLE + SERIALIZABLE - 8 + 8 Dirty reads, non-repeatable reads and phantom reads are prevented. diff --git a/helpcontent2/source/text/sbasic/shared/03/sf_intro.xhp b/helpcontent2/source/text/sbasic/shared/03/sf_intro.xhp index dced4f25b9..02e8d5a864 100644 --- a/helpcontent2/source/text/sbasic/shared/03/sf_intro.xhp +++ b/helpcontent2/source/text/sbasic/shared/03/sf_intro.xhp @@ -191,7 +191,7 @@ In this case, set the environment variable PYTHONPATH as follows before starting the Python interpreter: - export PYTHONPATH=/usr/lib/libreoffice/program:/usr/lib/python3/dist-packages + export PYTHONPATH=/usr/lib/libreoffice/program:/usr/lib/python3/dist-packages The location of these files will be different for each operating system and %PRODUCTNAME installation method.
-- cgit v1.2.3