summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi/content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/navipi/content.cxx')
-rw-r--r--sc/source/ui/navipi/content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index 0e4d4ac93b28..4f3adde20b1b 100644
--- a/sc/source/ui/navipi/content.cxx
+++ b/sc/source/ui/navipi/content.cxx
@@ -879,7 +879,7 @@ void ScContentTree::GetNoteStrings()
ScNotes::iterator itrEnd = pDoc->GetNotes(nTab)->end();
for (; itr != itrEnd; ++itr)
{
-//TODO: moggi
+ InsertContent(SC_CONTENT_NOTE, lcl_NoteString(*itr->second));
}
}
}