diff options
author | obo <obo@openoffice.org> | 2010-06-11 10:25:05 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-11 10:25:05 +0200 |
commit | f536dbf880c747403a9aed3a047487b8075d282f (patch) | |
tree | 5f910674ae4d90665ce9cdbf225ae5ec92e974b3 /starmath/source/symbol.cxx | |
parent | 5e3011965958fd47da7b6a21c835fee27a5b60e8 (diff) |
masterfix: #i10000# disable assertions, sSymbols + aTmpSymbolName not defined
Notes
Notes:
split repo tag: writer_ooo/DEV300_m82
Diffstat (limited to 'starmath/source/symbol.cxx')
-rw-r--r-- | starmath/source/symbol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx index 395ca9ce8cdb..e248f9726629 100644 --- a/starmath/source/symbol.cxx +++ b/starmath/source/symbol.cxx @@ -195,7 +195,7 @@ const SymbolPtrVec_t SmSymbolManager::GetSymbols() const SymbolMap_t::const_iterator aIt( m_aSymbols.begin() ); for ( ; aIt != m_aSymbols.end(); ++aIt) aRes.push_back( &aIt->second ); - DBG_ASSERT( sSymbols.size() == m_aSymbols.size(), "number of symbols mismatch " ); +// DBG_ASSERT( sSymbols.size() == m_aSymbols.size(), "number of symbols mismatch " ); return aRes; } |