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

Caolán McNamara caolanm at redhat.com
Sun Jan 31 02:19:10 PST 2016


 cui/source/options/optjava.hxx |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 4074786a14691362157c69df6ae5717ec3980f9f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Jan 31 10:10:22 2016 +0000

    WaE: loplugin:defaultparams
    
    Change-Id: I91843f0aa99cf95b7c4899c8ab56c1c430fa9b43

diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index 0c8a416..b887093 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -149,16 +149,13 @@ private:
                                     != LISTBOX_ENTRY_NOTFOUND ); }
 
     inline void             EnableAssignButton()
-                                { m_pAssignBtn->Enable(
-                                    true ); }
+                                { m_pAssignBtn->Enable(); }
 
     inline void             DisableRemoveButton()
-                                { m_pRemoveBtn->Disable(
-                                    true ); }
+                                { m_pRemoveBtn->Disable(); }
 
     inline void             DisableEditButton()
-                                { m_pEditBtn->Disable(
-                                    true ); }
+                                { m_pEditBtn->Disable(); }
 
 
 public:


More information about the Libreoffice-commits mailing list