[Libreoffice-commits] .: vcl/inc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Feb 22 02:18:52 PST 2012


 vcl/inc/salobj.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 88def708899cbca0313005541a82859cda28edbd
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 22 11:17:44 2012 +0100

    -Werror=unused-parameter

diff --git a/vcl/inc/salobj.hxx b/vcl/inc/salobj.hxx
index b441674..5ef548b 100644
--- a/vcl/inc/salobj.hxx
+++ b/vcl/inc/salobj.hxx
@@ -66,11 +66,11 @@ public:
 
     virtual void                    SetPosSize( long nX, long nY, long nWidth, long nHeight ) = 0;
     virtual void                    Show( sal_Bool bVisible ) = 0;
-    virtual void                    Enable( sal_Bool nEnable ) {}
+    virtual void                    Enable( sal_Bool ) {}
     virtual void                    GrabFocus() {}
 
     virtual void                    SetBackground() {}
-    virtual void                    SetBackground( SalColor nSalColor ) {}
+    virtual void                    SetBackground( SalColor ) {}
 
     virtual void                    SetForwardKey( sal_Bool /*bEnable*/ ) {}
 


More information about the Libreoffice-commits mailing list