diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-06-03 15:03:26 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-07 23:44:18 +0200 |
commit | 40ee3181de08d372b5a25bb691644a94d3ffe9bd (patch) | |
tree | b1859a10077391ead6f9a872aa694893fc5e2884 /source | |
parent | aa1b42c379b95fc484853a82325dbd61ceb6e73d (diff) |
Related tdf#38948 Warn that Calc Solver does not save model to file
Based on Comment 36 from bug 38948, the help should make it clearer that Solver models are not saved to the file by LO Calc.
This patch changes the current <note> into a <warning> and makes it clearer that solver settings are not saved.
Change-Id: Ie1cdf5a82c105c371e05b85ccad6736ed5e74a3f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135272
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/solver.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/solver.xhp b/source/text/scalc/01/solver.xhp index 188b05f8c9..be910d44d4 100644 --- a/source/text/scalc/01/solver.xhp +++ b/source/text/scalc/01/solver.xhp @@ -52,7 +52,7 @@ <comment>target cell</comment> <h2 id="hd_id21589912365601">Solver settings</h2> -<note id="par_id501589912905479">The dialog settings are retained until you close the current document.</note> +<warning id="par_id501589912905479">Beware that solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings.</warning> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/solverdlg/targetedit" id="bm_id8861964" localize="false"/> <h3 id="hd_id121589913023217">Target Cell</h3> |