summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authormb93783 <mb93783@v60x-so15.Germany.Sun.COM>2009-11-28 16:22:49 +0100
committermb93783 <mb93783@v60x-so15.Germany.Sun.COM>2009-11-28 16:22:49 +0100
commit3c98dd4ea8c6d7494779ec1aa3a636030bfc7452 (patch)
tree659949300e2df7560145d3a415bfb00329331dcc /svx/source
parent10c5f3bfd8e5353119055f1c2308c02f3c96cee4 (diff)
error found while compiling nonpro version
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/editeng/svxacorr.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/editeng/svxacorr.cxx b/svx/source/editeng/svxacorr.cxx
index 42fbfdb669..3169b34cb2 100644
--- a/svx/source/editeng/svxacorr.cxx
+++ b/svx/source/editeng/svxacorr.cxx
@@ -1354,10 +1354,6 @@ ULONG SvxAutoCorrect::AutoCorrect( SvxAutoCorrDoc& rDoc, const String& rTxt,
else if( nRet & ChgOrdinalNumber) nHelpId = 22;
}
- DBG_ASSERT( nHelpId && nHelpId < (HID_AUTOCORR_HELP_END -
- HID_AUTOCORR_HELP_START + 1),
- "wrong HelpId Range" );
-
if( nHelpId )
{
nHelpId += HID_AUTOCORR_HELP_START - 1;