Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3707C341 for ; Thu, 12 Jul 2012 13:44:39 +0000 (UTC) Received: (qmail 82080 invoked by uid 500); 12 Jul 2012 13:44:36 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 80962 invoked by uid 500); 12 Jul 2012 13:44:34 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 80917 invoked by uid 99); 12 Jul 2012 13:44:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 13:44:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 13:44:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1A985238897F; Thu, 12 Jul 2012 13:44:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1360671 - /incubator/ooo/trunk/main/framework/source/accelerators/acceleratorconfiguration.cxx Date: Thu, 12 Jul 2012 13:44:13 -0000 To: ooo-commits@incubator.apache.org From: paveljanik@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120712134413.1A985238897F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: paveljanik Date: Thu Jul 12 13:44:12 2012 New Revision: 1360671 URL: http://svn.apache.org/viewvc?rev=1360671&view=rev Log: #120178#: Prevent WaE issue - "unname" unused arguments. Modified: incubator/ooo/trunk/main/framework/source/accelerators/acceleratorconfiguration.cxx Modified: incubator/ooo/trunk/main/framework/source/accelerators/acceleratorconfiguration.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/framework/source/accelerators/acceleratorconfiguration.cxx?rev=1360671&r1=1360670&r2=1360671&view=diff ============================================================================== --- incubator/ooo/trunk/main/framework/source/accelerators/acceleratorconfiguration.cxx (original) +++ incubator/ooo/trunk/main/framework/source/accelerators/acceleratorconfiguration.cxx Thu Jul 12 13:44:12 2012 @@ -1301,14 +1301,14 @@ void SAL_CALL XCUBasedAcceleratorConfigu } //----------------------------------------------- -void SAL_CALL XCUBasedAcceleratorConfiguration::addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener ) +void SAL_CALL XCUBasedAcceleratorConfiguration::addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& /* xListener */ ) throw(css::uno::RuntimeException) { // nop } //----------------------------------------------- -void SAL_CALL XCUBasedAcceleratorConfiguration::removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) +void SAL_CALL XCUBasedAcceleratorConfiguration::removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& /* aListener */ ) throw(css::uno::RuntimeException) { // nop