From d6cc082b2ca129ea79ab336b45efdfed12123a82 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Thu, 3 Nov 2016 11:32:25 +0100 Subject: Remove some unused resource strings Change-Id: I8529aa491d37aef5e732909357ddf93372dde6d2 --- sc/source/ui/src/globstr.src | 44 -------------------------------------------- 1 file changed, 44 deletions(-) (limited to 'sc/source/ui') diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index 27ef03651667..241254b0b1ee 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -533,50 +533,6 @@ Resource RID_GLOBSTR { Text [ en-US ] = "Group" ; }; - String STR_PIVOTFUNC_SUM - { - Text [ en-US ] = "SUM" ; - }; - String STR_PIVOTFUNC_COUNT - { - Text [ en-US ] = "COUNT" ; - }; - String STR_PIVOTFUNC_AVG - { - Text [ en-US ] = "AVERAGE" ; - }; - String STR_PIVOTFUNC_MAX - { - Text [ en-US ] = "MAX" ; - }; - String STR_PIVOTFUNC_MIN - { - Text [ en-US ] = "MIN" ; - }; - String STR_PIVOTFUNC_PROD - { - Text [ en-US ] = "PRODUCT" ; - }; - String STR_PIVOTFUNC_COUNT2 - { - Text [ en-US ] = "COUNTA" ; - }; - String STR_PIVOTFUNC_STDDEV - { - Text [ en-US ] = "STDEV" ; - }; - String STR_PIVOTFUNC_STDDEV2 - { - Text [ en-US ] = "STDEVP" ; - }; - String STR_PIVOTFUNC_VAR - { - Text [ en-US ] = "VAR" ; - }; - String STR_PIVOTFUNC_VAR2 - { - Text [ en-US ] = "VARP" ; - }; String STR_TABLE { Text [ en-US ] = "Sheet" ; -- cgit on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2011-11-27remove include of pch header in bridgeNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-24Use RTLD_DEFAULT on AndroidTor Lillqvist
2011-11-21Don't use USE_DOUBLE_MMAP on AndroidTor Lillqvist
2011-11-17Let's try using the gcc3_linux_arm code for Android, tooTor Lillqvist
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist
2011-11-14fix mangled indentCaolán McNamara
2011-11-12Crack to just make this compile for iOS deviceTor Lillqvist
2011-11-11Missing #endifTor Lillqvist
2011-11-11Add the ARM variantTor Lillqvist
2011-10-19Adapted numbering of reordered asm parameters.Stephan Bergmann
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann
2011-10-17Mark ecx register as clobberedKristian Rietveld
2011-09-29Make the C++/UNO bridge compile against the MacOSX 10.7 SDKStephan Bergmann
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-09-12sb140: #i117295# fix previous fixStephan Bergmann
2011-09-12sb140: #i117295# removed obsolete LEAK_STATIC_DATA definesStephan Bergmann
2011-09-09sb140: #i117295# use rtl::StaticStephan Bergmann
2011-09-06what happens if we try and do it right ?Caolán McNamara
2011-08-24add missing depends on br_cppuno_shared for various archsRene Engelhard
2011-08-22Drop OS/2 linesTor Lillqvist
2011-08-21Use prefixed name for uno_initEnvironment() for iOSTor Lillqvist
2011-08-17cppcheck: remove assigned but unused variableTakeshi Abe
2011-08-14Add codeSnippet debugging output when dbglevel>1Tor Lillqvist
2011-08-14Add codeSnippet debugging output when dbglevel>1Tor Lillqvist
2011-08-14Start of C++/UNO bridge for iOS simulator and deviceTor Lillqvist
2011-08-14Add some commentsTor Lillqvist
2011-08-11Avoid throw in destructorJulien Nabet
2011-08-04YES->TRUECaolán McNamara
2011-08-04Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitl...Tomáš Chvátal
2011-08-03Revert adding -mno-avx to CXXFLAGS, not universally supportedCaolán McNamara
2011-08-03Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitl...Tomáš Chvátal
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan