summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-11-09 12:56:30 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-11-13 10:38:37 +0100
commitee4eb828fbf7ead62fca85239d78c48003bbc41e (patch)
tree949a34ebbad4314f06cc8ea324294b6f2b3fc4a3 /include
parent6c761fa3b40d296444681d8d2f991e5a6b7e5b71 (diff)
Use SvxNameDialog for editing config values
Instead of having a separate dialog which does the same. Change-Id: I3b20920fa1c68593b6787a01592621c7b02fa715 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159209 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'include')
-rw-r--r--include/cui/dlgname.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cui/dlgname.hxx b/include/cui/dlgname.hxx
index 16938734ff97..9eb388caa078 100644
--- a/include/cui/dlgname.hxx
+++ b/include/cui/dlgname.hxx
@@ -60,7 +60,7 @@ public:
{
m_aCheckNameHdl = rLink;
if (bCheckImmediately)
- m_xBtnOK->set_sensitive(rLink.Call(*this));
+ ModifyHdl(*m_xEdtName);
}
void SetCheckNameTooltipHdl(const Link<SvxNameDialog&, OUString>& rLink)