From 0b9e33cceb635cd3c173bd1f461af98cfd6f6ed2 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 13 Feb 2017 19:27:57 +0100 Subject: don't forget to set the managed flag, tdf#105544 Change-Id: I46d534a157b05ce22ba42e269ca8266e3403ecd2 Reviewed-on: https://gerrit.libreoffice.org/34229 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- sc/source/ui/view/cellsh1.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc') diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index bda3d10f7506..953a7ed7f0d3 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(pItem); nIndex = pDlgItem->GetIndex(); + bManaged = true; break; } } -- cgit