summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-05-30 14:13:43 +0000
committerRüdiger Timm <rt@openoffice.org>2003-05-30 14:13:43 +0000
commit13d4bbbe4d5187bd2007d57ea22d69288170ddb5 (patch)
treee81ad2c6b5ae8ccddc1a3e87ca97424675185843 /shell/source
parent70cd3f4e11dd489f40499cb6a13328235b274f57 (diff)
#110013# HACK: Assertion removed.
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx4
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(),