sc/source/ui/view/cellsh1.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0b9e33cceb635cd3c173bd1f461af98cfd6f6ed2
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Mon Feb 13 19:27:57 2017 +0100

    don't forget to set the managed flag, tdf#105544
    
    Change-Id: I46d534a157b05ce22ba42e269ca8266e3403ecd2
    Reviewed-on: https://gerrit.libreoffice.org/34229
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index bda3d10..953a7ed 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1949,6 +1949,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
                     {
                         const ScCondFormatDlgItem* pDlgItem = 
static_cast<const ScCondFormatDlgItem*>(pItem);
                         nIndex = pDlgItem->GetIndex();
+                        bManaged = true;
                         break;
                     }
                 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to