Kaydet (Commit) 24c174d7 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

no need for handling unused arguments like that

Change-Id: I04fa1b854e41a4cbeea0586bc583c58298d96306
üst bde2fde0
...@@ -273,19 +273,15 @@ void SAL_CALL SidebarController::notifyContextChangeEvent (const css::ui::Contex ...@@ -273,19 +273,15 @@ void SAL_CALL SidebarController::notifyContextChangeEvent (const css::ui::Contex
} }
} }
void SAL_CALL SidebarController::disposing (const css::lang::EventObject& rEventObject) void SAL_CALL SidebarController::disposing (const css::lang::EventObject& )
throw(css::uno::RuntimeException, std::exception) throw(css::uno::RuntimeException, std::exception)
{ {
(void)rEventObject;
dispose(); dispose();
} }
void SAL_CALL SidebarController::propertyChange (const css::beans::PropertyChangeEvent& rEvent) void SAL_CALL SidebarController::propertyChange (const css::beans::PropertyChangeEvent& )
throw(css::uno::RuntimeException, std::exception) throw(css::uno::RuntimeException, std::exception)
{ {
(void)rEvent;
maPropertyChangeForwarder.RequestCall(); maPropertyChangeForwarder.RequestCall();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment