diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-07-10 16:10:24 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-07-10 16:51:14 +0200 |
commit | 33ffaf1eaac11bb5770eadce49fac96a4ae4ba86 (patch) | |
tree | 497dbaeeb85bbbde2b6a7d823d052972fbacd526 /source/text/sbasic | |
parent | c2abcb72746a4354ff3e13aa8343c3f123ebc763 (diff) |
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 <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/03/lib_tools.xhp | 6 |
1 files changed, 0 insertions, 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 @@ <bascode> <paragraph id="par_id061420180547302561" role="bascode" localize="false">Function IsFatOffice() As Boolean</paragraph> </bascode> - <h3 id="hd_id06142018054730408" localize="false">GetLocale</h3> - <bascode> - <paragraph id="par_id061420180547306751" role="bascode" localize="false">Function GetLocale(</paragraph> - <paragraph id="par_id061420180547302792" role="bascode" localize="false">sLanguage as String, </paragraph> - <paragraph id="par_id061420180547307976" role="bascode" localize="false">sCountry as String)</paragraph> - </bascode> <h3 id="hd_id061420180547305357" localize="false">ToggleDesignMode</h3> <bascode> <paragraph id="par_id061420180547301559" role="bascode" localize="false">Sub ToggleDesignMode(oDocument as Object)</paragraph> |