summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-23 08:39:29 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-23 13:54:28 +0100
commitfa193512431c71b3230b29deda4fc7d8ba5a99a1 (patch)
tree529185a3bebe0cf0f1b8a42de3833071ce663d81 /sfx2
parentf1b60bd62daff4aaf6465caadd4ad0c447521102 (diff)
Translate German SAL_WARN message
Change-Id: Ica04ee68f18ec6c1e0cd59a0f35ab35ce3c05745 Reviewed-on: https://gerrit.libreoffice.org/48374 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/bastyp/bitset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx
index f13461c32de1..d0b5ddaeaf57 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -103,7 +103,7 @@ sal_uInt16 IndexBitSet::GetFreeIndex()
*this|=i;
return i;
}
- SAL_WARN( "sfx", "IndexBitSet enthaelt mehr als SAL_MAX_UINT16 Eintraege");
+ SAL_WARN( "sfx", "IndexBitSet contains more than SAL_MAX_UINT16 entries");
return 0;
}