diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-04-03 17:19:36 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-04-07 14:02:18 +0200 |
commit | a2f7eb5f8ea7f3ae50aea72de8b15c3364493285 (patch) | |
tree | 16f5015f08669e179373d4c6cc9bfdfc0f0cbec4 /svtools/source/dialogs | |
parent | b5ede834dece9e5ece3e525f610912984c60661b (diff) |
tdf#89453 - Improve the wording of "Paste Special" options
User fiendly captions with short names in parenthesis
Change-Id: I07a1effa5b03423c4b48e6ca6066f7d1e3445248
Reviewed-on: https://gerrit.libreoffice.org/52336
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r-- | svtools/source/dialogs/insdlg.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/dialogs/insdlg.cxx b/svtools/source/dialogs/insdlg.cxx index a7ed5ca32c1a..1ccd6114c416 100644 --- a/svtools/source/dialogs/insdlg.cxx +++ b/svtools/source/dialogs/insdlg.cxx @@ -196,10 +196,10 @@ OUString SvPasteObjectHelper::GetSotFormatUIName( SotClipboardFormatId nId ) static const SotResourcePair aSotResourcePairs[] = { - { SotClipboardFormatId::STRING, STR_FORMAT_STRING }, - { SotClipboardFormatId::BITMAP, STR_FORMAT_BITMAP }, - { SotClipboardFormatId::GDIMETAFILE, STR_FORMAT_GDIMETAFILE }, - { SotClipboardFormatId::RTF, STR_FORMAT_RTF }, + { SotClipboardFormatId::STRING, STR_FORMAT_STRING }, + { SotClipboardFormatId::BITMAP, STR_FORMAT_BITMAP }, + { SotClipboardFormatId::GDIMETAFILE, STR_FORMAT_GDIMETAFILE }, + { SotClipboardFormatId::RTF, STR_FORMAT_RTF }, { SotClipboardFormatId::DRAWING, STR_FORMAT_ID_DRAWING }, { SotClipboardFormatId::SVXB, STR_FORMAT_ID_SVXB }, { SotClipboardFormatId::INTERNALLINK_STATE, STR_FORMAT_ID_INTERNALLINK_STATE }, |