summaryrefslogtreecommitdiff
path: root/framework/source/uielement/popupmenucontroller.cxx
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-03-30 10:07:55 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-03-30 10:07:55 +0200
commitf6b04c513837462449c4c4308bd76dec41cd5ed4 (patch)
treed189ed7c3327579722e09bf93a3a40f9c3396fd3 /framework/source/uielement/popupmenucontroller.cxx
parenta1c06b2a131f2cdf2e9cc6bc67bcec2bb365bd42 (diff)
fixed compile warnings
Diffstat (limited to 'framework/source/uielement/popupmenucontroller.cxx')
-rw-r--r--framework/source/uielement/popupmenucontroller.cxx2
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 >();
}