To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82090
Issue #|82090
Summary|spelldta.cxx breaks build when compiled with debug=tru
|e and --
Component|tools
Version|680m230
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P1
Subcomponent|code
Assigned to|mh
Reported by|mod
------- Additional comments from [EMAIL PROTECTED] Sat Sep 29 12:27:34 +0000
2007 -------
When compiling module linguistic with --enable-dbgutil and debug=true, the build
breaks:
c:\OpenOffice\linguistic\source\spelldta.cxx(171) : error C2065: 'eType' :
undeclared identifier
Easy fix, this is the code:
/*DictionaryType eType = xDic->getDictionaryType();*/
INT16 nLang = xDic->getLanguage();
if ( xDic.is() && xDic->isActive()
&& (nLang == nLanguage || nLang == LANGUAGE_NONE) )
{
#if OSL_DEBUG_LEVEL > 1
DBG_ASSERT( eType != DictionaryType_MIXED,
"unexpected dictionary type" );
#endif
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]