diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-12 11:30:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-12 11:44:09 +0000 |
commit | 9dc37fd9bb18879fc379bf345c1fb6cea03172e9 (patch) | |
tree | ebc460cb8f393963cd2b76b740ef4dd4ab11043a /avmedia | |
parent | a609c9a529054388bd22362753f8fdfff6524700 (diff) |
WaE, unused parameters
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/gstreamer/gstwindow.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/gstreamer/gstwindow.cxx b/avmedia/source/gstreamer/gstwindow.cxx index 5385d4047742..4e0f6f3c3dfb 100644 --- a/avmedia/source/gstreamer/gstwindow.cxx +++ b/avmedia/source/gstreamer/gstwindow.cxx @@ -133,7 +133,7 @@ void SAL_CALL Window::setPointerType( sal_Int32 nPointerType ) // XWindow // ------------------------------------------------------------------------------ -void SAL_CALL Window::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16 Flags ) +void SAL_CALL Window::setPosSize( sal_Int32 /*X*/, sal_Int32 /*Y*/, sal_Int32 /*Width*/, sal_Int32 /*Height*/, sal_Int16 /*Flags*/ ) throw (uno::RuntimeException) { // if( mnFrameWnd ) @@ -173,7 +173,7 @@ awt::Rectangle SAL_CALL Window::getPosSize() // ------------------------------------------------------------------------------ -void SAL_CALL Window::setVisible( sal_Bool bVisible ) +void SAL_CALL Window::setVisible( sal_Bool /*bVisible*/ ) throw (uno::RuntimeException) { // if( mnFrameWnd ) @@ -189,7 +189,7 @@ void SAL_CALL Window::setVisible( sal_Bool bVisible ) // ------------------------------------------------------------------------------ -void SAL_CALL Window::setEnable( sal_Bool bEnable ) +void SAL_CALL Window::setEnable( sal_Bool /*bEnable*/ ) throw (uno::RuntimeException) { // if( mnFrameWnd ) |