[Libreoffice-commits] core.git: avmedia/source
Tor Lillqvist
tml at collabora.com
Sun Sep 15 13:14:26 PDT 2013
avmedia/source/vlc/vlcwindow.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8f7e45181de4e76256e0dfbb297e6dfdd957e894
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Sep 15 23:13:54 2013 +0300
WaE: unused parameters
Change-Id: Ie0197bff8260f2f163537a3f9fd8fcf4988b1d91
diff --git a/avmedia/source/vlc/vlcwindow.cxx b/avmedia/source/vlc/vlcwindow.cxx
index 073fc22..8ef99b3 100644
--- a/avmedia/source/vlc/vlcwindow.cxx
+++ b/avmedia/source/vlc/vlcwindow.cxx
@@ -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)
{
}
More information about the Libreoffice-commits
mailing list