summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxsids.hrc
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-03-03 13:57:24 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-03-11 12:43:44 +0100
commiteeeed08b428685dd7934c4576f1bf4aa7436f96a (patch)
tree3741ee1cb472a42ef776fff147d8608a75bfdab1 /include/sfx2/sfxsids.hrc
parentdc4a291b900fd4786e9e9e7515c3a8675a8c3467 (diff)
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 <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/sfx2/sfxsids.hrc')
-rw-r--r--include/sfx2/sfxsids.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index d7367587db1d..ff2854861930 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -428,6 +428,7 @@ class SvxSearchItem;
#define SID_PASTE_ONLY_TEXT (SID_SFX_START + 802)
#define SID_PASTE_ONLY_FORMULA (SID_SFX_START + 803)
#define SID_PASTE_ONLY_VALUE (SID_SFX_START + 804)
+#define SID_PASTE_TEXTIMPORT_DIALOG (SID_SFX_START + 805)
// Used for redaction
#define SID_SHAPE_NAME (SID_SFX_START + 808)