Kaydet (Commit) 13ade41f authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build

üst 17d26320
......@@ -461,7 +461,7 @@ void Writer::CreateBookmarkTbl()
sal_uInt16 Writer::GetBookmarks(const SwCntntNode& rNd, xub_StrLen nStt,
xub_StrLen nEnd, std::vector< const ::sw::mark::IMark* >& rArr)
{
OSL_ENSURE( !rArr.Count(), "es sind noch Eintraege vorhanden" );
OSL_ENSURE( rArr.empty(), "es sind noch Eintraege vorhanden" );
sal_uLong nNd = rNd.GetIndex();
SwBookmarkNodeTable::const_iterator it = m_pImpl->aBkmkNodePos.find( nNd );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment