diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2020-05-13 11:57:36 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-05-13 12:08:15 +0200 |
commit | 55d4e405d8dbdf58ba45823b3895e8a79e5a8aed (patch) | |
tree | 439fb6cde3f776859cfccdd8c5c7cd8163520c18 | |
parent | e21698f795b4098ecccf3119e23edd3d9e7aac1e (diff) |
'\n' in replacement field only applies to Writer
Change-Id: I2870a497dd57aa2c0141ac582591e7fdb4127b46
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94000
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | source/text/shared/01/02100001.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp index 88cdf8bd88..093c958638 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -122,7 +122,7 @@ </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3153700" role="tablecontent">A line break that was inserted with the <keycode>Shift+Enter</keycode> key combination when in the <widget>Find</widget> text box. </paragraph> - <paragraph role="tablecontent" id="par_id731559575258580">A paragraph break that can be entered with the <keycode>Enter</keycode> or <keycode>Return</keycode> key when in the <widget>Replace</widget> text box.</paragraph> + <paragraph role="tablecontent" id="par_id731559575258580">A paragraph break that can be entered with the <keycode>Enter</keycode> or <keycode>Return</keycode> key when in the <widget>Replace</widget> text box in Writer. Has no special meaning in Calc, and is treated literally there.</paragraph> <paragraph role="tablecontent" id="par_id631559575338134">To change line breaks into paragraph breaks, enter \n in both the <widget>Find</widget> and <widget>Replace</widget> boxes, and then perform a search and replace.</paragraph> </tablecell> </tablerow> |