Kaydet (Commit) 8f7e4518 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameters

Change-Id: Ie0197bff8260f2f163537a3f9fd8fcf4988b1d91
üst 768c4146
...@@ -102,7 +102,7 @@ void SAL_CALL VLCWindow::removeEventListener( const uno::Reference< lang::XEvent ...@@ -102,7 +102,7 @@ void SAL_CALL VLCWindow::removeEventListener( const uno::Reference< lang::XEvent
{ {
} }
void SAL_CALL VLCWindow::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16 Flags ) void SAL_CALL VLCWindow::setPosSize( sal_Int32 /* X */, sal_Int32 /* Y */, sal_Int32 /* Width */, sal_Int32 /* Height */, sal_Int16 /* Flags */ )
throw (uno::RuntimeException) throw (uno::RuntimeException)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment