[Libreoffice-commits] core.git: cui/source

Stephan Bergmann sbergman at redhat.com
Tue Oct 20 05:35:17 PDT 2015


 cui/source/dialogs/iconcdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0670638a813ecaf72d5d94ab203cdd03a00fbc4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 20 14:34:52 2015 +0200

    loplugin:defaultparams
    
    Change-Id: I5edd799bdd2511830825e07cd3dc87ad4f5a2a33

diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx
index e40135c..46fd8b4 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() )


More information about the Libreoffice-commits mailing list