From 379510d74d95dd4e7878e8e86401a3b60a6ef107 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 11 Oct 2023 15:59:31 +0200 Subject: Follow-up: tdf#152412 Re-add the note to the STYLE() function ... to not use it without reason.. This got lost with commit 20d4c17ca1fb161bf5fccf3d94db93b0a4d322f2 CommitDate: Wed Jan 11 00:09:58 2023 +0000 tdf#152412 Improve the STYLE function help page Change-Id: I48b11d8360a0a95ae1a76e4d0a339b5fe6488d2d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157835 Reviewed-by: Eike Rathke Tested-by: Jenkins --- source/text/scalc/01/func_style.xhp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/text') diff --git a/source/text/scalc/01/func_style.xhp b/source/text/scalc/01/func_style.xhp index b5f1d8c2ac..643ba2af6b 100644 --- a/source/text/scalc/01/func_style.xhp +++ b/source/text/scalc/01/func_style.xhp @@ -26,6 +26,7 @@ Applies a style to the cell containing the formula. After a set amount of time, another style can be applied. This function always returns the numeric value 0, which allows to use it by adding the STYLE function to other functions in the same cell without changing its value. + The STYLE function should not be used without compelling reason, its purpose is the use with asynchronous Add-In functions to visually notify about the availability of a result. In almost all other cases using conditional formatting instead is a better choice. -- cgit