diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:53:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:53:17 +0000 |
commit | d7453f95f90169d5c17bfeaf20e160a7538b1498 (patch) | |
tree | 006dc071c8938c84e85a5768b61116e82821342d /slideshow | |
parent | 10e97401814f68f24c213b920709edfb113414c5 (diff) |
INTEGRATION: CWS sb59 (1.7.40); FILE MERGED
2006/08/18 18:28:00 sb 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED
2006/08/11 20:35:42 thb 1.7.40.1: #i68336# Made slideshow warning free
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/eventmultiplexer.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/eventmultiplexer.cxx b/slideshow/source/engine/eventmultiplexer.cxx index cb62782bc289..9bdc7d9f0798 100644 --- a/slideshow/source/engine/eventmultiplexer.cxx +++ b/slideshow/source/engine/eventmultiplexer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: eventmultiplexer.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 08:25:17 $ + * last change: $Author: obo $ $Date: 2006-10-12 13:53:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -985,13 +985,13 @@ void SAL_CALL EventMultiplexer::mouseReleased( } void SAL_CALL EventMultiplexer::mouseEntered( - const awt::MouseEvent& e ) throw (uno::RuntimeException) + const awt::MouseEvent& /*e*/ ) throw (uno::RuntimeException) { // not used here } void SAL_CALL EventMultiplexer::mouseExited( - const awt::MouseEvent& e ) throw (uno::RuntimeException) + const awt::MouseEvent& /*e*/ ) throw (uno::RuntimeException) { // not used here } |