summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:49:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:49:57 +0200
commitcb029063384501338c6778e493d140c45e4270ed (patch)
tree414da501f7639caf97a103b55c77c8809c3790c5 /extensions/source/propctrlr/standardcontrol.cxx
parentad6e444a31b5c8848a17ac461021493aa2293f23 (diff)
loplugin:defaultparams
Change-Id: Ief9af764ce6e75a5f2cfdd33d836f007e0f52cd3
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 6d1987714f1d..c83c8dab740c 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -692,7 +692,7 @@ namespace pcr
if ( ( nWinStyle & WB_READONLY ) != 0 )
{
getTypedControlWindow()->SetReadOnly();
- getTypedControlWindow()->Enable( true );
+ getTypedControlWindow()->Enable();
}
}
@@ -801,7 +801,7 @@ namespace pcr
if ( ( nWinStyle & WB_READONLY ) != 0 )
{
getTypedControlWindow()->SetReadOnly();
- getTypedControlWindow()->Enable( true );
+ getTypedControlWindow()->Enable();
}
}