summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-09 17:14:18 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-09 21:01:09 +0100
commit78b2218e0e6b1b3af3611679637942c300e239ad (patch)
treee83cba432b93ce3ecb2e957882fd0acf81ef50a1
parentc1e2acd58e38d4d51285eb522f2dfbde10267f75 (diff)
Fix typo
Change-Id: Ibd41ddd94763a3b79065dca38c74901e84b3fc66 Reviewed-on: https://gerrit.libreoffice.org/84779 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--extensions/source/propctrlr/commoncontrol.hxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}