diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-11-12 19:38:59 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-11-12 20:54:50 +0100 |
commit | 6d1f4acbed85b4a1a59d955c712def6b03689c0a (patch) | |
tree | 6dddf7e7bda67f27a55c20ee483555cfdb1fcfd0 | |
parent | 990edcd0aee12e91f6de6e82f6aa093a39d47b3e (diff) |
tdf#162627 Update help for Status Bar's Combined Display
The functionality that used to require a double-click now works with
a single click.
The functionality to insert a field by double-clicking was removed in
commit ebabf6d1fa648d62dd63529e9fe64dcb631caee8
Author: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Date: Sat Nov 8 23:02:11 2014 +0100
fdo#86018 Don't do anything when clicked on placeholder in statusbar
No idea why this code got executed in sw, it has no action in sd and sc.
Change-Id: If83eeed71de812b1c64f7111e8311c9cc02248c3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176494
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/swriter/02/08080000.xhp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/text/swriter/02/08080000.xhp b/source/text/swriter/02/08080000.xhp index a5ce81bce5..4943227990 100644 --- a/source/text/swriter/02/08080000.xhp +++ b/source/text/swriter/02/08080000.xhp @@ -85,9 +85,7 @@ </tablerow> </table> - <paragraph role="paragraph" id="par_id3145416">When the cursor is positioned within text, you can double-click this field to open the <link href="text/swriter/01/04090000.xhp"><emph>Fields</emph></link> dialog. In this dialog, you can define a field to be inserted in your document at the current cursor position.</paragraph> - <h2 id="hd_id871724600837838">Actions</h2> - <paragraph role="paragraph" id="par_id911724600869337">When the cursor is positioned in a table, a double-click in this field will call the <link href="text/swriter/01/05090100.xhp"><emph>Table Properties</emph></link> dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object.</paragraph> + <paragraph role="paragraph" id="par_id911724600869337">When the cursor is positioned in a table, a single left-click in this field will call the <link href="text/swriter/01/05090100.xhp"><emph>Table Properties</emph></link> dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object.</paragraph> </body> </helpdocument> |