From eeeed08b428685dd7934c4576f1bf4aa7436f96a Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 3 Mar 2020 13:57:24 +0100 Subject: tdf#125440 Allow raising text import dialog for paste This adds an entry to the "Paste special" dialog to raise the Text Import Dialog. This way, users can correctly import CSV/TSV, even when pasting just one line of formatted input. Change-Id: Ic09d7d60a05b14906f166668b38ec0eb8ead2d19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89886 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- .../registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 099c1f249d21..b83a5362535b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -2564,6 +2564,17 @@ 1 + + + Use Text Import Dialog + + + Use text import dialog + + + 1 + + Column -- cgit