[Libreoffice-commits] .: sc/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Thu Jul 12 00:05:25 PDT 2012


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

New commits:
commit 2042b2ea78f68063fb8f0f6e2b59b8962bcbef57
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Jul 12 09:03:37 2012 +0200

    show comments in the navigator, fdo#51859
    
    Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82

diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index 3540c22..30df413 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));
         }
     }
 }


More information about the Libreoffice-commits mailing list