[Libreoffice-commits] .: cppuhelper/inc

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 4 02:50:04 PST 2011


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

New commits:
commit 0162330680d9c6e1f62b1a6132b9eb018a366850
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 4 10:49:46 2011 +0000

    WaE: clear nClassCode also a member warning

diff --git a/cppuhelper/inc/cppuhelper/implbase.hxx b/cppuhelper/inc/cppuhelper/implbase.hxx
index 9d56d4c..14cdde9 100644
--- a/cppuhelper/inc/cppuhelper/implbase.hxx
+++ b/cppuhelper/inc/cppuhelper/implbase.hxx
@@ -179,8 +179,8 @@ namespace cppu \
 struct ClassData##N : public ClassDataBase \
 { \
     Type_Offset arType2Offset[ N ]; \
-    ClassData##N( sal_Int32 nClassCode ) SAL_THROW( () ) \
-        : ClassDataBase( nClassCode ) \
+    ClassData##N( sal_Int32 nInClassCode ) SAL_THROW( () ) \
+        : ClassDataBase( nInClassCode ) \
         {} \
 }; \
 template< __CLASS_IFC##N > \


More information about the Libreoffice-commits mailing list