formula/source/ui/dlg/formula.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit bebc20c62be2df2cf2741fb82945ce6b631d2fe5 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sun Oct 25 16:55:28 2015 +0100
tdf#90695: In function Wizard Array box cannot be unchecked Just remove the disabling Change-Id: Ia03591610ba1b60a66d9962169383c4ab85288ca Reviewed-on: https://gerrit.libreoffice.org/19590 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index 831d54b..71d87a8 100644 --- a/formula/source/ui/dlg/formula.cxx +++ b/formula/source/ui/dlg/formula.cxx @@ -1572,7 +1572,6 @@ bool FormulaDlg_Impl::CheckMatrix(OUString& aFormula) { aFormula = aFormula.copy( 1, aFormula.getLength()-2 ); m_pBtnMatrix->Check( bMatrix ); - m_pBtnMatrix->Disable(); } // if ( bMatrix ) m_pTabCtrl->SetCurPageId(TP_STRUCT); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits