diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2016-01-11 12:17:38 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-01-11 13:07:27 +0000 |
commit | 3408d37aed9d494e1401417a9344012a54ebdfd8 (patch) | |
tree | 3afa9c8666b7429fb5c4b6636c0ef99e5767ce47 | |
parent | 5e7f23292d8c67a65b86e6273b38e8310431ae20 (diff) |
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@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
-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 |