[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Mon Jul 16 03:04:25 PDT 2012
sc/source/ui/navipi/content.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 409ac385ad29bec0167c3b6f6119b24d4f5409bf
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
Signed-off-by: Fridrich Å trba <fridrich.strba at 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));
}
}
}
More information about the Libreoffice-commits
mailing list