Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 044259BDC for ; Tue, 3 Jul 2012 16:27:58 +0000 (UTC) Received: (qmail 10420 invoked by uid 500); 3 Jul 2012 16:27:57 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 10384 invoked by uid 500); 3 Jul 2012 16:27:57 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 10376 invoked by uid 99); 3 Jul 2012 16:27:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 16:27:57 +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.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 16:27:56 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id 905F64998; Tue, 3 Jul 2012 16:27:36 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: [Bug 120178] New: WaE: framework/source/accelerators/acceleratorconfiguration.cxx Date: Tue, 03 Jul 2012 16:27:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: framework X-Bugzilla-Component: code X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pavel@janik.cz X-Bugzilla-Status: CONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ooo-issues@incubator.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: priority bug_id assigned_to short_desc bug_severity cf_bug_type classification op_sys reporter rep_platform bug_status version component product Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/ooo/show_bug.cgi?id=3D120178 Priority: P3 Bug ID: 120178 Assignee: ooo-issues@incubator.apache.org Summary: WaE: framework/source/accelerators/acceleratorconfiguration .cxx Severity: normal Issue Type: DEFECT Classification: Code OS: All Reporter: pavel@janik.cz Hardware: All Status: CONFIRMED Version: AOO 3.4.0 Component: code Product: framework Current trunk: /Users/pavel/BUILD/BuildDir/ooo_trunk_src/framework/source/accelerators/acc= eleratorconfiguration.cxx:1305: warning: unused parameter =E2=80=98xListener=E2=80=99 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/framework/source/accelerators/acc= eleratorconfiguration.cxx:1312: warning: unused parameter =E2=80=98aListener=E2=80=99 make: *** [/Users/pavel/BUILD/BuildDir/ooo_trunk_src/solver/350/unxmacxi.pro/workdir/= CxxObject/framework/source/accelerators/acceleratorconfiguration.o] Error 1 Proposed change: diff -ur /Users/pavel/.ooo/ooo/trunk/main/framework/source/accelerators/acceleratorc= onfiguration.cxx framework/source/accelerators/acceleratorconfiguration.cxx --- /Users/pavel/.ooo/ooo/trunk/main/framework/source/accelerators/acceleratorc= onfiguration.cxx 2012-07-03 10:54:11.000000000 +0200 +++ framework/source/accelerators/acceleratorconfiguration.cxx 2012-07-03 18:26:40.000000000 +0200 @@ -1301,14 +1301,14 @@ } //-----------------------------------------------=20 -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 } //-----------------------------------------------=20 -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 --=20 You are receiving this mail because: You are the assignee for the bug.=