[Libreoffice-commits] core.git: sw/source
Oliver Specht
oliver.specht at cib.de
Mon Oct 5 22:44:47 PDT 2015
sw/source/uibase/shells/textsh.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit cd5906358bed831c3811bcb658eeaf98d5dba9b9
Author: Oliver Specht <oliver.specht at 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 <ci at libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht at 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);
More information about the Libreoffice-commits
mailing list