diff options
author | Oliver Specht <oliver.specht@cib.de> | 2023-11-21 17:32:23 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-24 15:55:50 +0100 |
commit | c47100e478301085ffb1e71bed41b9e5c39377fd (patch) | |
tree | 85dfa1236d3f9fe57813e3a3dfade142151aa811 /sd | |
parent | 418af212a7f506784d88f5a7a7800140f4f9dd30 (diff) |
tdf#158294 HTML simple format also added to paste special toolbox
adds the format HTML simple to the paste special toolbox controller
in impress and with draw text selection in calc and writer
Change-Id: Ibdca5d3cd5ab4640320cff3b03b30f6575e8fec8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159791
Tested-by: Jenkins
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index a238ec7fd04b..845bc956ed1b 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -153,6 +153,7 @@ static ::std::unique_ptr<SvxClipboardFormatItem> GetSupportedClipboardFormats ( case SotClipboardFormatId::NETSCAPE_BOOKMARK: case SotClipboardFormatId::STRING: case SotClipboardFormatId::HTML: + case SotClipboardFormatId::HTML_SIMPLE: case SotClipboardFormatId::RTF: case SotClipboardFormatId::RICHTEXT: case SotClipboardFormatId::EDITENGINE_ODF_TEXT_FLAT: |