[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - svx/source
Lionel Elie Mamane
lionel at mamane.lu
Mon Jan 11 05:07:50 PST 2016
svx/source/fmcomp/fmgridif.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 3408d37aed9d494e1401417a9344012a54ebdfd8
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Mon Jan 11 12:17:38 2016 +0100
tdf#96482 Revert "tdf#94069 call setVisible when setDesignMode is called"
This reverts commit a7816853bad55ada597092c16ba9a0a761e067d0.
tdf#94069 (freeze) has been corrected differently in libreoffice-5-1 anyway.
Change-Id: I901b16f2f1fe0cf0fd6b44c41f3dd47db88041f7
Reviewed-on: https://gerrit.libreoffice.org/21344
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index 12adb13..041825e 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -1692,8 +1692,6 @@ void FmXGridPeer::setDesignMode(sal_Bool bOn) throw( RuntimeException, std::exce
static_cast<FmGridControl*>(pWin)->SetDesignMode(bOn);
}
- setVisible(!bOn);
-
if (bOn)
DisConnectFromDispatcher();
else
More information about the Libreoffice-commits
mailing list