From a2f7eb5f8ea7f3ae50aea72de8b15c3364493285 Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Tue, 3 Apr 2018 17:19:36 +0200 Subject: 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 Reviewed-by: Heiko Tietze --- sc/source/ui/docshell/docsh.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/docshell/docsh.cxx') 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 -- cgit