[Libreoffice-commits] .: desktop/unx

Caolán McNamara caolan at kemper.freedesktop.org
Thu Nov 11 08:03:59 PST 2010


 desktop/unx/splash/unxsplash.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9353d85424a70840384747b8acac14c1bd339e7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Nov 11 16:03:54 2010 +0000

    WaE, unused argument

diff --git a/desktop/unx/splash/unxsplash.cxx b/desktop/unx/splash/unxsplash.cxx
index 6c15014..ea13f1b 100644
--- a/desktop/unx/splash/unxsplash.cxx
+++ b/desktop/unx/splash/unxsplash.cxx
@@ -110,7 +110,7 @@ void SAL_CALL UnxSplashScreen::setValue( sal_Int32 nValue )
 
 // XInitialize
 void SAL_CALL
-UnxSplashScreen::initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any>& aArguments )
+UnxSplashScreen::initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any>& )
     throw ( RuntimeException )
 {
     for ( sal_uInt32 i = 0; i < osl_getCommandArgCount(); i++ )


More information about the Libreoffice-commits mailing list