[Libreoffice-commits] .: vcl/inc

Michael Meeks michael at kemper.freedesktop.org
Wed Feb 22 02:42:33 PST 2012


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

New commits:
commit f9ddb32de8c00cd12485478f21f41e2a28d7564a
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Wed Feb 22 10:38:31 2012 +0000

    WaE: retain parameter names in the base class for documentation

diff --git a/vcl/inc/salobj.hxx b/vcl/inc/salobj.hxx
index 5ef548b..32c1d3f 100644
--- a/vcl/inc/salobj.hxx
+++ b/vcl/inc/salobj.hxx
@@ -66,13 +66,13 @@ 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 ) {}
+    virtual void                    Enable( sal_Bool /* nEnable */ ) {}
     virtual void                    GrabFocus() {}
 
     virtual void                    SetBackground() {}
-    virtual void                    SetBackground( SalColor ) {}
+    virtual void                    SetBackground( SalColor /* nSalColor */ ) {}
 
-    virtual void                    SetForwardKey( sal_Bool /*bEnable*/ ) {}
+    virtual void                    SetForwardKey( sal_Bool /* bEnable */ ) {}
 
     virtual const SystemEnvData*    GetSystemData() const = 0;
 


More information about the Libreoffice-commits mailing list