diff options
author | mb93783 <mb93783@v60x-so15.Germany.Sun.COM> | 2009-11-28 16:22:49 +0100 |
---|---|---|
committer | mb93783 <mb93783@v60x-so15.Germany.Sun.COM> | 2009-11-28 16:22:49 +0100 |
commit | 39cb219b68d81efc454d1860d6b3c42b204c1eb5 (patch) | |
tree | 6bf7258f36ba3ec1eebe5376ff5d198b9d9ad88e /svx | |
parent | 9edc763c5ec6d909a8080d30b5ab029c8d0779ba (diff) |
error found while compiling nonpro version
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/svxacorr.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/editeng/svxacorr.cxx b/svx/source/editeng/svxacorr.cxx index 958c9b3b5435..2cba63650f21 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; |