[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Feb 18 11:11:24 UTC 2017
sc/source/ui/view/cellsh1.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0b9e33cceb635cd3c173bd1f461af98cfd6f6ed2
Author: Markus Mohrhard <markus.mohrhard at 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.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at 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;
}
}
More information about the Libreoffice-commits
mailing list