summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-12 09:03:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-12 09:03:37 +0200
commit2042b2ea78f68063fb8f0f6e2b59b8962bcbef57 (patch)
treef733c2604c11a5a22bc8dc8969a49fb9a2777084
parentefccf50664bb56733b2216ee4be887b8b3579351 (diff)
show comments in the navigator, fdo#51859
Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82
-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 3540c22bb985..30df413aba30 100644
--- a/sc/source/ui/navipi/content.cxx
+++ b/sc/source/ui/navipi/content.cxx
@@ -876,7 +876,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));
}
}
}