summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/TODO.performance5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/TODO.performance b/sc/TODO.performance
index 3807e3e95f7f..835aef373ae5 100644
--- a/sc/TODO.performance
+++ b/sc/TODO.performance
@@ -5,3 +5,8 @@ Each method should contain a short description on how to hit the performance pro
* ScColumn::GetRangeScriptType
** Import tdf80853.csv and select the whole content with the keyboard
+
+* XclExpRowBuffer::GetOrCreateRow
+** Look at the profile of chart2export
+** The repeated calls to ScDocument::GetRowHeight seem strange
+*** There should be a more efficient way to handle that loop