Kaydet (Commit) d80b3235 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Lionel Elie Mamane

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: 's avatarLionel Elie Mamane <lionel@mamane.lu>
üst 7f43f0b5
......@@ -325,6 +325,7 @@ void ColumnInfoCache::deinitializeControls()
{
lcl_resetColumnControlInfo( *col );
}
m_bControlsInitialized = false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment