From 2042b2ea78f68063fb8f0f6e2b59b8962bcbef57 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 12 Jul 2012 09:03:37 +0200 Subject: show comments in the navigator, fdo#51859 Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82 --- sc/source/ui/navipi/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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)); } } } -- cgit