summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-06 14:30:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-06 20:39:36 +0100
commita6b697cf87953a5ec31e4920b2e2e40cbb908623 (patch)
tree08c7eb77fec7db41682948473d23cafc8c86cedc /cui/source/options
parent5cba58218dbacb7e89985ceda2fec4cf89287a7c (diff)
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/+/88108 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/optgenrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index f8fdd3bec1fd..d54e965c3f05 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -377,7 +377,7 @@ void SvxGeneralTabPage::Reset( const SfxItemSet* rSet )
vFields.front()->xEdit->grab_focus();
}
- m_xUseDataCB->set_sensitive( SvtSaveOptions().IsUseUserData() );
+ m_xUseDataCB->set_active(SvtSaveOptions().IsUseUserData());
}