help.git: Branch 'distro/collabora/co-24.04' - source/text

2024-01-20 Thread Andras Timar (via logerrit)
 source/text/shared/main0108.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit db71470b1c2fb4e31950e2c044b976c0c68ee9fc
Author: Andras Timar 
AuthorDate: Mon Aug 27 15:26:05 2018 +0200
Commit: Andras Timar 
CommitDate: Sat Jan 20 20:54:44 2024 +0100

[cp] Collabora support link

Change-Id: I980fe8fc2779647bbe1dfce649f06b3cbd36f864

diff --git a/source/text/shared/main0108.xhp b/source/text/shared/main0108.xhp
index 1abcfca425..ec1a4c0eb2 100644
--- a/source/text/shared/main0108.xhp
+++ b/source/text/shared/main0108.xhp
@@ -66,7 +66,7 @@
 
 
 Get Help Online
-Opens the community support page in the web 
browser. Use this page to ask questions on using %PRODUCTNAME. For 
professional support with service level agreement, refer to the https://www.documentfoundation.org/gethelp/support/;>page of 
professional %PRODUCTNAME support.
+Opens the community support 
page in the web browser. Use this page to ask questions on using 
%PRODUCTNAME. For professional support with service level agreement, refer to 
the https://www.collaboraoffice.com/solutions/support-and-services/;>page of 
professional %PRODUCTNAME support.
 
 
 


help.git: Branch 'distro/collabora/co-24.04' - source/text

2024-01-20 Thread Rafael Lima (via logerrit)
 source/text/sbasic/shared/03/sf_database.xhp |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 3a01a710608f9237d25f509056cc41ad73e43da6
Author: Rafael Lima 
AuthorDate: Thu Jan 11 13:23:18 2024 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Tue Jan 16 16:38:05 2024 +0100

Silence strings for translation in sf_database.xhp

Change-Id: Ibbccb617adbb97da9f892ead789db8f643f78f83
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161930
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 
(cherry picked from commit d6168024a68482349db0c02713e79d37a31519ce)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162137
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/sbasic/shared/03/sf_database.xhp 
b/source/text/sbasic/shared/03/sf_database.xhp
index 852fb6a0f4..b898e0549b 100644
--- a/source/text/sbasic/shared/03/sf_database.xhp
+++ b/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.