From e281e171eb4c86ebb792f21dbdfaf7a76c220b42 Mon Sep 17 00:00:00 2001 From: LibreOļ¬ƒciant Date: Thu, 28 Nov 2019 12:19:51 +0200 Subject: related topics section title miss + related topics legibility improvement in compatible.xhp Change-Id: I59ce332560d99b949f180cd37cfd61c40d9ff3f9 Reviewed-on: https://gerrit.libreoffice.org/83981 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit d17d3ef38a781cc8c788b483e128a292ad0e3e4c) Reviewed-on: https://gerrit.libreoffice.org/83989 --- source/text/sbasic/python/python_platform.xhp | 2 +- source/text/sbasic/shared/compatible.xhp | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp index 75f56ef2ee..95792c229d 100644 --- a/source/text/sbasic/python/python_platform.xhp +++ b/source/text/sbasic/python/python_platform.xhp @@ -114,7 +114,7 @@ Print p.isWindows, p.OSName ' object properties End Sub ' Platform_example -
+
diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp index 4a48a388c4..a834ec312c 100644 --- a/source/text/sbasic/shared/compatible.xhp +++ b/source/text/sbasic/shared/compatible.xhp @@ -53,16 +53,14 @@ Statement Option VBAsupport 1 sets Option Compatible statement automatically.
- - Refer to Identifying the Operating System and Getting Session Information for Option Compatible simple examples, or Access2Base shared Basic library for other class examples making use of Option Compatible compiler mode. - - Variables scope modification in Using Procedures and Functions with CompatibilityMode() function. - + + Variables scope modification in Using Procedures and Functions with CompatibilityMode() function. + Refer to Identifying the Operating System and Getting Session Information for class module examples, or Access2Base shared Basic library for other class examples making use of Option Compatible compiler mode.
-- cgit