summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorPierre F <fpy@bger.ch>2024-11-01 16:39:06 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2024-11-02 17:47:51 +0100
commit3b6506e4e1b6b4dd41f4e5e8fda8315426c57d9c (patch)
tree2d4ded8f4051b1bb45047d709a2079de70741bcd /helpers
parent40bbfa8f4fb070b66481068b952755d04854db2c (diff)
tdf#143846 split PROPER REPLACE REPT RIGHT SEARCH ...
... SUBSTITUTE T TEXT TRIM UNICHAR UNICODE UPPER Change-Id: I2ef1a659fbaf481dac1329f86178b8cd9b786ce2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175912 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins
Diffstat (limited to 'helpers')
-rw-r--r--helpers/calc_text_func.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/calc_text_func.pl b/helpers/calc_text_func.pl
index 195c778d8a..994d3d793b 100644
--- a/helpers/calc_text_func.pl
+++ b/helpers/calc_text_func.pl
@@ -7,7 +7,7 @@ $hlp0='helpers/calc_text_func0.xsl'; #replace section
$source= 'source/text/scalc/01/04060110.xhp';
$tmp = $source . '.tmp';
-@todo = qw/ EXACT FIND FIXED LEFT LEFTB LEN LENB LOWER MID MIDB PROPER REPLACE REPT RIGHT RIGHTB SEARCH SUBSTITUTE T TEXT TRIM UNICHAR UNICODE UPPER /;
+@todo = qw/ LEFTB LENB MIDB RIGHTB /;
for $F ( @ARGV) {