summaryrefslogtreecommitdiff
path: root/framework/source/uielement/buttontoolbarcontroller.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:36:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:36:24 +0000
commite2da7701a6ce0b71b98fa82a01bd84ca80c8cdc0 (patch)
treea67daf8ce01e82b51ce76ef0637e5b474ba535fc /framework/source/uielement/buttontoolbarcontroller.cxx
parent818b0ddc9e153a4f86e70bfeaa9040e42290c822 (diff)
INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED
2006/05/29 07:55:07 sb 1.2.14.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.
Diffstat (limited to 'framework/source/uielement/buttontoolbarcontroller.cxx')
-rw-r--r--framework/source/uielement/buttontoolbarcontroller.cxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/framework/source/uielement/buttontoolbarcontroller.cxx b/framework/source/uielement/buttontoolbarcontroller.cxx
index e0afc3ae0f2b..9ca0cc112e49 100644
--- a/framework/source/uielement/buttontoolbarcontroller.cxx
+++ b/framework/source/uielement/buttontoolbarcontroller.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: buttontoolbarcontroller.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2006-05-08 15:18:40 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:35:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -102,9 +102,7 @@ namespace framework
ButtonToolbarController::ButtonToolbarController(
const uno::Reference< lang::XMultiServiceFactory >& rServiceManager,
- const uno::Reference< frame::XFrame >& rFrame,
ToolBar* pToolBar,
- USHORT nID,
const rtl::OUString& aCommand ) :
cppu::OWeakObject(),
m_bInitialized( sal_False ),
@@ -207,14 +205,14 @@ void SAL_CALL ButtonToolbarController::dispose() throw (::com::sun::star::uno::R
}
void SAL_CALL ButtonToolbarController::addEventListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener )
+ const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& )
throw (::com::sun::star::uno::RuntimeException)
{
// do nothing
}
void SAL_CALL ButtonToolbarController::removeEventListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener )
+ const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& )
throw (::com::sun::star::uno::RuntimeException)
{
// do nothing
@@ -246,7 +244,7 @@ throw ( ::com::sun::star::uno::RuntimeException )
m_xFrame.clear();
}
-void SAL_CALL ButtonToolbarController::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& Event )
+void SAL_CALL ButtonToolbarController::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& )
throw ( ::com::sun::star::uno::RuntimeException )
{
// do nothing
@@ -344,7 +342,7 @@ throw (::com::sun::star::uno::RuntimeException)
}
uno::Reference< awt::XWindow > SAL_CALL ButtonToolbarController::createItemWindow(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& Parent )
+ const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& )
throw (::com::sun::star::uno::RuntimeException)
{
if ( m_bDisposed )