[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/source

Laurent Godard lgodard.libre at laposte.net
Mon Oct 14 02:21:22 PDT 2013


 sc/source/core/data/column2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7f8c0d9a9e7002ec869c9c3c43bf21e1c5d30ba
Author: Laurent Godard <lgodard.libre at laposte.net>
Date:   Mon Oct 14 11:20:33 2013 +0200

    the caption pos should be up to date in pNote
    
    Change-Id: I346ea3a21318bca8cfd68c6b0676ef8b63dca676

diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx
index cf66f14..2516112 100644
--- a/sc/source/core/data/column2.cxx
+++ b/sc/source/core/data/column2.cxx
@@ -1870,7 +1870,7 @@ const ScPostIt* ScColumn::GetCellNote(SCROW nRow) const
 
 void ScColumn::SetCellNote(SCROW nRow, ScPostIt* pNote)
 {
-    pNote->UpdateCaptionPos(ScAddress(nCol, nRow, nTab));
+    //pNote->UpdateCaptionPos(ScAddress(nCol, nRow, nTab)); // TODO notes usefull ? slow import with many notes
     maCellNotes.set(nRow, pNote);
 }
 void ScColumn::DeleteCellNote(SCROW nRow)


More information about the Libreoffice-commits mailing list