From 78b2218e0e6b1b3af3611679637942c300e239ad Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 9 Dec 2019 17:14:18 +0100 Subject: Fix typo Change-Id: Ibd41ddd94763a3b79065dca38c74901e84b3fc66 Reviewed-on: https://gerrit.libreoffice.org/84779 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- extensions/source/propctrlr/commoncontrol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/source/propctrlr/commoncontrol.hxx b/extensions/source/propctrlr/commoncontrol.hxx index 2f304dce576e..5550435ff963 100644 --- a/extensions/source/propctrlr/commoncontrol.hxx +++ b/extensions/source/propctrlr/commoncontrol.hxx @@ -198,7 +198,7 @@ namespace pcr { if (bReadOnly) { - // disable widget by default, entries will overide to enable the widget but set it non-editable + // disable widget by default, entries will override to enable the widget but set it non-editable m_xControlWindow->set_sensitive(false); } } -- cgit