diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-05-30 14:13:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-05-30 14:13:43 +0000 |
commit | 13d4bbbe4d5187bd2007d57ea22d69288170ddb5 (patch) | |
tree | e81ad2c6b5ae8ccddc1a3e87ca97424675185843 /shell/source | |
parent | 70cd3f4e11dd489f40499cb6a13328235b274f57 (diff) |
#110013# HACK: Assertion removed.
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/tools/lngconvex/lngconvex.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index a6996b85a6b0..223dd65a24c9 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -513,7 +513,9 @@ void AddGroupEntriesToSubstitutor( rtl::OUString key_value_unicode = rtl::OStringToOUString(key_value, Langcode2TextEncoding(country_id)); - assert(key_value_unicode.getLength()); + // HACK, see #110013# + //assert(key_value_unicode.getLength()); + key_value_unicode.getLength(); Substitutor.AddSubstitution( GroupName.GetBuffer(), |