summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-02-12 15:52:52 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-02-12 15:52:52 +0100
commit64f1d786dd49626cec33d231292ce4ecb28b9c1f (patch)
treeb3d778bc00eb9db6ea16e7cfe74f7a2782b36f08 /i18npool
parent0cb62ab4b4a6ea27293d036c94912a74f6007efe (diff)
cws tl74: merge
Diffstat (limited to 'i18npool')
-rwxr-xr-x[-rw-r--r--]i18npool/source/transliteration/transliteration_body.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/transliteration/transliteration_body.cxx b/i18npool/source/transliteration/transliteration_body.cxx
index d041a1d8f915..807a09b65e39 100644..100755
--- a/i18npool/source/transliteration/transliteration_body.cxx
+++ b/i18npool/source/transliteration/transliteration_body.cxx
@@ -36,7 +36,7 @@
#include <i18nutil/unicode.hxx>
#include <comphelper/processfactory.hxx>
-#include <tools/debug.hxx>
+#include <osl/diagnose.hxx>
#include "characterclassificationImpl.hxx"
@@ -99,7 +99,7 @@ static sal_uInt8 lcl_getMappingTypeForToggleCase( sal_uInt8 nMappingType, sal_Un
nRes = MappingTypeLowerToUpper;
else
{
- DBG_ASSERT( nType & 0x01 /* upper case */, "uppercase character expected! 'Toggle case' failed?" );
+ OSL_ENSURE( nType & 0x01 /* upper case */, "uppercase character expected! 'Toggle case' failed?" );
nRes = MappingTypeUpperToLower;
}
}