[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Mar 14 18:32:17 UTC 2017


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

New commits:
commit d9128bc895bfa9740cd85c766a10217e35aaa937
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>
    (cherry picked from commit 0b9e33cceb635cd3c173bd1f461af98cfd6f6ed2)
    Reviewed-on: https://gerrit.libreoffice.org/35182
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index f17de35..2fa4fb6 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1947,6 +1947,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