Question about sc/source/ui/view/cellsh.cxx
julien2412
serval2412 at yahoo.fr
Sat Dec 15 01:30:04 PST 2012
Hello,
In sc/source/ui/view/cellsh.cxx, we have these lines:
150 case FID_FILL_TO_RIGHT: // fill to left / right
151 {
152 bDisable = !bSimpleArea || (nCol1 == 0 && nCol2 ==
0);
153 bDisable = pDoc->HasSelectedBlockMatrixFragment(
154 nCol1, nRow1, nCol1, nRow2, rMark ); // first
column
155 }
Either first bDisable is useless or the result of it should be used for the
next line?
What do you think?
Julien
--
View this message in context: http://nabble.documentfoundation.org/Question-about-sc-source-ui-view-cellsh-cxx-tp4024486.html
Sent from the Dev mailing list archive at Nabble.com.
More information about the LibreOffice
mailing list