diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-03-30 10:07:55 +0200 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-03-30 10:07:55 +0200 |
commit | f6b04c513837462449c4c4308bd76dec41cd5ed4 (patch) | |
tree | d189ed7c3327579722e09bf93a3a40f9c3396fd3 /framework | |
parent | a1c06b2a131f2cdf2e9cc6bc67bcec2bb365bd42 (diff) |
fixed compile warnings
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/popupmenucontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/popupmenucontroller.cxx b/framework/source/uielement/popupmenucontroller.cxx index 867a395f6916..328777db2b79 100644 --- a/framework/source/uielement/popupmenucontroller.cxx +++ b/framework/source/uielement/popupmenucontroller.cxx @@ -237,7 +237,7 @@ Reference< awt::XWindow > SAL_CALL PopupMenuController::createPopupWindow() thro // -------------------------------------------------------------------- -Reference< awt::XWindow > SAL_CALL PopupMenuController::createItemWindow( const Reference< awt::XWindow >& Parent ) throw (RuntimeException) +Reference< awt::XWindow > SAL_CALL PopupMenuController::createItemWindow( const Reference< awt::XWindow >& /*Parent*/ ) throw (RuntimeException) { return Reference< awt::XWindow >(); } |