diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 14:34:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 14:34:52 +0200 |
commit | b0670638a813ecaf72d5d94ab203cdd03a00fbc4 (patch) | |
tree | a3c3c299aa1fc39329e49ce935f1464f1ed32316 /cui/source | |
parent | 5ab2bb87d9039e7c3f2dde87698df065967a731e (diff) |
loplugin:defaultparams
Change-Id: I5edd799bdd2511830825e07cd3dc87ad4f5a2a33
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index e40135cbf06e..46fd8b4d59eb 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -105,7 +105,7 @@ void IconChoicePage::ImplInitSettings() else { EnableChildTransparentMode( false ); - SetParentClipMode( ParentClipMode::NONE ); + SetParentClipMode(); SetPaintTransparent( false ); if ( IsControlBackground() ) |