Kaydet (Commit) 2042b2ea authored tarafından Markus Mohrhard's avatar Markus Mohrhard

show comments in the navigator, fdo#51859

Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82
üst efccf506
...@@ -876,7 +876,7 @@ void ScContentTree::GetNoteStrings() ...@@ -876,7 +876,7 @@ void ScContentTree::GetNoteStrings()
ScNotes::iterator itrEnd = pDoc->GetNotes(nTab)->end(); ScNotes::iterator itrEnd = pDoc->GetNotes(nTab)->end();
for (; itr != itrEnd; ++itr) for (; itr != itrEnd; ++itr)
{ {
//TODO: moggi InsertContent(SC_CONTENT_NOTE, lcl_NoteString(*itr->second));
} }
} }
} }
......
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