diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-10-25 16:55:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-10-26 05:13:33 +0000 |
commit | bebc20c62be2df2cf2741fb82945ce6b631d2fe5 (patch) | |
tree | 6985e3669e4efa0fe9c918eb63fad853fb204aef | |
parent | 4e049fc892b57ca4f3013dc8d6d33d3c1a416e3e (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | formula/source/ui/dlg/formula.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index 831d54bda8b8..71d87a811481 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); |