You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/07/03 18:27:36 UTC

[Bug 120178] New: WaE: framework/source/accelerators/acceleratorconfiguration.cxx

https://issues.apache.org/ooo/show_bug.cgi?id=120178

          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/acceleratorconfiguration.cxx:1305:
warning: unused parameter ‘xListener’
/Users/pavel/BUILD/BuildDir/ooo_trunk_src/framework/source/accelerators/acceleratorconfiguration.cxx:1312:
warning: unused parameter ‘aListener’
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/acceleratorconfiguration.cxx
framework/source/accelerators/acceleratorconfiguration.cxx
---
/Users/pavel/.ooo/ooo/trunk/main/framework/source/accelerators/acceleratorconfiguration.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 @@
 }

 //----------------------------------------------- 
-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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120178] WaE: framework/source/accelerators/acceleratorconfiguration.cxx

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120178

pavel@janik.cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ooo-issues@incubator.apache |pavel@janik.cz
                   |.org                        |

-- 
You are receiving this mail because:
You are the assignee for the bug.