summaryrefslogtreecommitdiff
path: root/desktop/unx/splash
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-11 16:03:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-11 16:03:54 +0000
commit62249be021b61fb947469143f7c9c47307324eb3 (patch)
treeb6cc94a3ef5539831d2b6fdae2918c549fc6cae1 /desktop/unx/splash
parent09d8db53497df0bf51782e1e17b557c13ea515ee (diff)
WaE, unused argument
Diffstat (limited to 'desktop/unx/splash')
-rw-r--r--desktop/unx/splash/unxsplash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/splash/unxsplash.cxx b/desktop/unx/splash/unxsplash.cxx
index 6c1501416322..ea13f1b381de 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++ )