[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann
sbergman at redhat.com
Tue Jan 23 12:54:48 UTC 2018
sfx2/source/bastyp/bitset.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fa193512431c71b3230b29deda4fc7d8ba5a99a1
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 23 08:39:29 2018 +0100
Translate German SAL_WARN message
Change-Id: Ica04ee68f18ec6c1e0cd59a0f35ab35ce3c05745
Reviewed-on: https://gerrit.libreoffice.org/48374
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
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;
}
More information about the Libreoffice-commits
mailing list