[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 7 08:16:51 UTC 2018


 svx/source/form/formcontroller.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c9d15d30b66102aff3f3e10bb8243edf2ab77334
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Wed Sep 5 23:25:36 2018 +0200
Commit:     Lionel Elie Mamane <lionel at mamane.lu>
CommitDate: Fri Sep 7 10:16:23 2018 +0200

    tdf#91837: fix deinitializeControls (forms)
    
    m_bControlsInitialized wasn't ever reset to false
    
    Change-Id: I9f7bd6504ccaa0a41c9cb075c1ba33436f0f97dc
    Reviewed-on: https://gerrit.libreoffice.org/60059
    (cherry picked from commit d80b3235cc106e17a0c10dea44e8afa8db724400)
    Reviewed-on: https://gerrit.libreoffice.org/60065
    Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
    Tested-by: Lionel Elie Mamane <lionel at mamane.lu>

diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index 19b11f16caa1..c302f4dee524 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -325,6 +325,7 @@ void ColumnInfoCache::deinitializeControls()
     {
         lcl_resetColumnControlInfo( *col );
     }
+    m_bControlsInitialized = false;
 }
 
 


More information about the Libreoffice-commits mailing list