summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-06-06 23:17:36 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-06-06 23:17:36 -0400
commit21f851bd32d7f7a8a7e89aa9694b1ade7526a75c (patch)
tree99a196a3e4f102ff627e430520058079df2b1177
parent7449f162745e9940a1d54726feb481a3f75a1446 (diff)
Removing a TODO comment. This is done.
-rw-r--r--sc/source/ui/app/inputwin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index b66936003..0fed0377a 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -802,8 +802,6 @@ void ScTextWnd::Resize()
printf("here %d %d %d\n", nDiff , bSize.Height(), aSize.Height());
Point aPos(TEXT_STARTPOS,nDiff*aSize.Height()/aSize.Height());
Point aPos2(aSize.Width()-5,(aSize.Height()-nDiff)*aSize.Height()/aSize.Height());
- // TODO : When in single line mode, set the height to the height of a
- // single line, and set the position so that the text look centered.
pEditView->SetOutputArea(
PixelToLogic(Rectangle(aPos, aPos2)));
}