svx/source/fmcomp/fmgridif.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 3408d37aed9d494e1401417a9344012a54ebdfd8
Author: Lionel Elie Mamane <lio...@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 <c...@libreoffice.org>
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: Michael Meeks <michael.me...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to