summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-04-03 17:19:36 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-04-07 14:02:18 +0200
commita2f7eb5f8ea7f3ae50aea72de8b15c3364493285 (patch)
tree16f5015f08669e179373d4c6cc9bfdfc0f0cbec4 /sc/source/ui/docshell/docsh.cxx
parentb5ede834dece9e5ece3e525f610912984c60661b (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 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index e59ee43400e8..fc84c7250148 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -188,14 +188,14 @@ void ScDocShell::FillClass( SvGlobalName* pClassName,
{
*pClassName = SvGlobalName( SO3_SC_CLASSID_60 );
*pFormat = SotClipboardFormatId::STARCALC_60;
- *pFullTypeName = ScResId( SCSTR_LONG_SCDOC_NAME );
+ *pFullTypeName = ScResId( SCSTR_LONG_SCDOC_NAME_60 );
*pShortTypeName = ScResId( SCSTR_SHORT_SCDOC_NAME );
}
else if ( nFileFormat == SOFFICE_FILEFORMAT_8 )
{
*pClassName = SvGlobalName( SO3_SC_CLASSID_60 );
*pFormat = bTemplate ? SotClipboardFormatId::STARCALC_8_TEMPLATE : SotClipboardFormatId::STARCALC_8;
- *pFullTypeName = "calc8";
+ *pFullTypeName = ScResId( SCSTR_LONG_SCDOC_NAME_80 );
*pShortTypeName = ScResId(SCSTR_SHORT_SCDOC_NAME);
}
else