diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2015-12-17 16:14:49 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2015-12-17 16:17:42 +0100 |
commit | 57b1cf5862429d86a82158eb5e8cf425fd2f4527 (patch) | |
tree | 6bfc1d73fdbb6af99d54b559961f0ff676bd3b41 | |
parent | 5b404cc2adcea04938c8159c0bc84a8cd44ec5df (diff) |
This reverts commit a7816853bad55ada597092c16ba9a0a761e067d0.
tdf#94069 (freeze) has been corrected differently in master (5.2.alpha) anyway.
-rw-r--r-- | svx/source/fmcomp/fmgridif.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx index 12adb13e440a..041825e5a55f 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 |