tdf#97416: fix Database password properties in ODB file not re-settable via UI
Just call save_state() of the checkbox Change-Id: I3fa434b080efdcd284fba8e2f73d8e4846870576 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94363 Tested-by: Jenkins Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
1125ee2f8d
commit
71c8f9cf38
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ namespace dbaui
|
|||
m_xUserName->save_value();
|
||||
m_xConnectionURL->save_value();
|
||||
m_xJavaDriver->save_value();
|
||||
m_xPasswordRequired->save_state();
|
||||
}
|
||||
|
||||
bool OConnectionTabPage::FillItemSet(SfxItemSet* _rSet)
|
||||
|
|
Loading…
Reference in a new issue