From 33ffaf1eaac11bb5770eadce49fac96a4ae4ba86 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Wed, 10 Jul 2024 16:10:24 +0300 Subject: [PATCH] tdf#160197 remove mention of removed GetLocale BASIC function Change-Id: Icc3223e4f6ceb83abe542beb538f5ade052e495e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/170313 Reviewed-by: Olivier Hallot Tested-by: Jenkins --- source/text/sbasic/shared/03/lib_tools.xhp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp index 0c1c3916fe..23817da191 100644 --- a/source/text/sbasic/shared/03/lib_tools.xhp +++ b/source/text/sbasic/shared/03/lib_tools.xhp @@ -372,12 +372,6 @@ Function IsFatOffice() As Boolean -

GetLocale

- - Function GetLocale( - sLanguage as String, - sCountry as String) -

ToggleDesignMode

Sub ToggleDesignMode(oDocument as Object)