[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Nov 29 17:36:37 PST 2010
sc/source/ui/view/gridwin4.cxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit cbdf7c36bd1128757d4e30d52976717d4ca67b8d
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Nov 29 20:36:22 2010 -0500
Removed unused code.
diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index f995cb2..fb5158a 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -596,12 +596,6 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod
aOutputData.SetEditCell( nEditCol, nEditRow );
else
bEditMode = FALSE;
-
- // nur Edit-Area zu zeichnen?
- //! dann muss trotzdem noch der Rand / das Gitter gemalt werden!
-
-// if ( nEditCol <= nX1 && nEditEndCol >= nX2 && nEditRow <= nY1 && nEditEndRow >= nY2 )
-// bOnlyEdit = TRUE;
}
// define drawing layer map mode and paint rectangle
More information about the Libreoffice-commits
mailing list