From 409ac385ad29bec0167c3b6f6119b24d4f5409bf 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82 Signed-off-by: Fridrich Štrba --- sc/source/ui/navipi/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } } -- cgit v1.2.3