sc/source/ui/navipi/content.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 409ac385ad29bec0167c3b6f6119b24d4f5409bf
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Thu Jul 12 09:03:37 2012 +0200

    show comments in the navigator, fdo#51859
    
    Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82
    Signed-off-by: Fridrich Å trba <fridrich.st...@bluewin.ch>

diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index 0e4d4ac..4f3adde 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));
         }
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to