diff options
author | Johnny_M <klasse@partyheld.de> | 2017-06-30 22:49:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-03 12:03:58 +0200 |
commit | 5034e8217c9844293dc94e5dff0bdc865ad7a91a (patch) | |
tree | ad59e9dd3844b98efb5d130edfa7d7c793dd4a11 /sc/qa/perf/scperfobj.cxx | |
parent | 00c81f291922b09f3bd6ceb334d5aaae0bab5334 (diff) |
Translate German comments and debug strings (leftovers in dirs sal to sc)
Translates leftovers found using a custom regex and manually checking
the rest of the affected file.
Additionally:
- A few spelling fixes
Change-Id: I2b83bd11adf520b90bb29c8ea624990759dad3c6
Reviewed-on: https://gerrit.libreoffice.org/39427
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/qa/perf/scperfobj.cxx')
-rw-r--r-- | sc/qa/perf/scperfobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx index a5adfd0070b3..a026878206b4 100644 --- a/sc/qa/perf/scperfobj.cxx +++ b/sc/qa/perf/scperfobj.cxx @@ -322,7 +322,7 @@ void ScPerfObj::testSheetNamedRanges() // test removeByName OUString maNameToRemove("namedRange_4999"); bool bHasIt = xNamedRanges->hasByName(maNameToRemove); - CPPUNIT_ASSERT_MESSAGE("NamedRange initial1 des not exits, can't remove it", bHasIt); + CPPUNIT_ASSERT_MESSAGE("NamedRange initial1 does not exist, can't remove it", bHasIt); if (bHasIt) { |