diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-10-01 10:00:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-10-01 10:03:05 +0200 |
commit | d65f6985ee55eabcbc8d87639da71b4666644727 (patch) | |
tree | 82a6ce289c6d4d8721dabf886474018deb6236e4 | |
parent | 8e6c3462c929a8ac34609f461ddc68684558c1d0 (diff) |
Fix duplicate hid
...introduced by 8e6c3462c929a8ac34609f461ddc68684558c1d0 "tdf#105034 add help
text for option Position cell reference with selection", causing build failures
like
> Error: Duplicated entry. ID = hd_id3146146 LANG = en-US in File .../core/helpcontent2/source/text/shared/optionen/01060300.xhp
> make[1]: *** [.../core/solenv/gbuild/HelpTarget.mk:68: .../core/workdir/HelpTranslatePartTarget/de/helpcontent2/source/text/shared/optionen/done] Error 255
Change-Id: I02cc9b99dac272b36e846edfe02a89a7b9fc4bbb
-rw-r--r-- | source/text/shared/optionen/01060300.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/optionen/01060300.xhp b/source/text/shared/optionen/01060300.xhp index 02282ea81d..cbe3b13407 100644 --- a/source/text/shared/optionen/01060300.xhp +++ b/source/text/shared/optionen/01060300.xhp @@ -76,7 +76,7 @@ <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scgeneralpage/replwarncb" id="bm_id3153363" localize="false"/><paragraph role="heading" id="hd_id3146146" xml-lang="en-US" level="3">Show overwrite warning when pasting data</paragraph> <paragraph role="paragraph" id="par_id3150872" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scgeneralpage/replwarncb">Specifies that, when you paste cells from the clipboard to a cell range that is not empty, a warning appears.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scgeneralpage/legacy_cell_selection_cb" id="bm_id31533637" localize="false"/> -<paragraph role="heading" id="hd_id3146146" xml-lang="en-US" level="3">Position cell reference with selection</paragraph> +<paragraph role="heading" id="hd_id3146147" xml-lang="en-US" level="3">Position cell reference with selection</paragraph> <paragraph role="paragraph" id="par_id31508727" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scgeneralpage/legacy_cell_selection_cb">With the option set, expanding a selection (with <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command </item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline> +<item type="keycode">Shift</item>+<item type="keycode">Down/Up</item>) jumps to the end of the range in the column that was added as last to the initial selection. When the option is not set, expanding a selection (with <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command</item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline>+<item type="keycode">Shift |