summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-13 19:27:57 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-18 11:11:01 +0000
commit0b9e33cceb635cd3c173bd1f461af98cfd6f6ed2 (patch)
tree20d5bf4cbf73bb747b78d1947ff7444e31267058 /sc
parent251c7180a8fca78aefb71268a1b39ff7176a1d90 (diff)
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.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/cellsh1.cxx1
1 files changed, 1 insertions, 0 deletions
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<const ScCondFormatDlgItem*>(pItem);
nIndex = pDlgItem->GetIndex();
+ bManaged = true;
break;
}
}