sw/source/uibase/shells/textsh.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit cd5906358bed831c3811bcb658eeaf98d5dba9b9
Author: Oliver Specht <oliver.spe...@cib.de>
Date:   Mon Oct 5 16:11:45 2015 +0200

    tdf#93720: Interactive frame insertion is disabled if table is selected
    
    Current implementation does not support interactive frame insertion
    that moves the table into the frame
    
    Change-Id: I57a69f680f1218bd3014da494d41542ad0b72dd1
    Reviewed-on: https://gerrit.libreoffice.org/19157
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Oliver Specht <oliver.spe...@cib.de>

diff --git a/sw/source/uibase/shells/textsh.cxx 
b/sw/source/uibase/shells/textsh.cxx
index c7b0490..49a7df7 100644
--- a/sw/source/uibase/shells/textsh.cxx
+++ b/sw/source/uibase/shells/textsh.cxx
@@ -727,6 +727,7 @@ void SwTextShell::StateInsert( SfxItemSet &rSet )
             case FN_INSERT_FRAME_INTERACT:
                 {
                     if( GetShell().IsSelFrmMode()
+                        || rSh.IsTableMode()
                         || GetShell().CrsrInsideInputField()
                         || bCrsrInHidden )
                         rSet.DisableItem(nWhich);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to