[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 1 05:10:50 PST 2012


 sd/source/core/stlsheet.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1c6b63fa9aac2a80ca952e98678e186b9097db50
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Dec 1 14:06:57 2012 +0100

    WaE : declaration of ‘bHidden’ shadows a member of 'this'
    
    Change-Id: I524691b2f27ac1d57a1a1704b12aed44fb326c16

diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 13d1a5e..5705164 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -1032,12 +1032,12 @@ sal_Bool SAL_CALL SdStyleSheet::isHidden() throw(RuntimeException)
     return IsHidden();
 }
 
-void SAL_CALL SdStyleSheet::setHidden( sal_Bool bHidden ) throw(RuntimeException)
+void SAL_CALL SdStyleSheet::setHidden( sal_Bool rbHidden ) throw(RuntimeException)
 {
     SolarMutexGuard aGuard;
     throwIfDisposed();
 
-    return SetHidden( bHidden );
+    return SetHidden( rbHidden );
 }
 
 // --------------------------------------------------------------------


More information about the Libreoffice-commits mailing list