[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - cui/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 7 09:58:18 UTC 2020
cui/source/options/optgenrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ddc8bf253cacbc1b65956e84a6f3df30d060b19d
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Feb 6 14:30:33 2020 +0000
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Fri Feb 7 10:57:46 2020 +0100
fix "Use data for document properties" checkbutton
regression since...
commit 3a15c034be9f557f350d0ba1f3a842151066eaae
Date: Tue Mar 12 09:59:35 2019 +0000
weld SvxGeneralTabPage
Change-Id: I7c4624255f70c3f0c4ccd4b79ebae7750ed2bbe9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88109
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl at cib.de>
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index 71b61b0cca79..c5177c65bf9c 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -376,7 +376,7 @@ void SvxGeneralTabPage::Reset( const SfxItemSet* rSet )
vFields.front()->xEdit->grab_focus();
}
- m_xUseDataCB->set_sensitive( SvtSaveOptions().IsUseUserData() );
+ m_xUseDataCB->set_active(SvtSaveOptions().IsUseUserData());
}
More information about the Libreoffice-commits
mailing list