summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/commoncontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/commoncontrol.hxx')
-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);
}
}