WaE, unused parameters
This commit is contained in:
parent
a609c9a529
commit
9dc37fd9bb
1 changed files with 3 additions and 3 deletions
|
@ -133,7 +133,7 @@ void SAL_CALL Window::setPointerType( sal_Int32 nPointerType )
|
||||||
// XWindow
|
// 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)
|
throw (uno::RuntimeException)
|
||||||
{
|
{
|
||||||
// if( mnFrameWnd )
|
// 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)
|
throw (uno::RuntimeException)
|
||||||
{
|
{
|
||||||
// if( mnFrameWnd )
|
// 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)
|
throw (uno::RuntimeException)
|
||||||
{
|
{
|
||||||
// if( mnFrameWnd )
|
// if( mnFrameWnd )
|
||||||
|
|
Loading…
Reference in a new issue