summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-09-02 13:06:09 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-04 11:04:46 +0200
commit75a96e22fd162a9410333698f57e4302ae190e66 (patch)
tree6d4334a286099dc70aa5018c58b4d23d99bda9eb /test
parentsw: prefix members of SwFormatCharFormat (diff)
downloadcore-75a96e22fd162a9410333698f57e4302ae190e66.tar.gz
core-75a96e22fd162a9410333698f57e4302ae190e66.zip
Translate German comments/debug strings (leftovers in dirs test to uui)
Translates leftovers found using a custom regex. Additionally: - A few spelling fixes Change-Id: I3772e1b914acc487d80ab14efb815cb178ca3dcb Reviewed-on: https://gerrit.libreoffice.org/41831 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xnamedranges.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xnamedranges.cxx b/test/source/sheet/xnamedranges.cxx
index 6983ead594d1..0b288dcab3c6 100644
--- a/test/source/sheet/xnamedranges.cxx
+++ b/test/source/sheet/xnamedranges.cxx
@@ -160,7 +160,7 @@ void XNamedRanges::testRemoveByName()
uno::Reference< container::XIndexAccess > xIndex(xNamedRanges, UNO_QUERY_THROW);
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)
{