[Libreoffice-commits] core.git: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 6 04:47:52 UTC 2018


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

New commits:
commit d80b3235cc106e17a0c10dea44e8afa8db724400
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: Thu Sep 6 06:47:29 2018 +0200

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

diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index 01f30d5266e8..8e4396a5440a 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