Kaydet (Commit) 745684f8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salcall

Change-Id: I5c21f95f763f1491cc68087ecec0909493fd7f63
üst 4cd48c5d
......@@ -739,7 +739,7 @@ void SAL_CALL KDE4FilePicker::cancel()
}
void SAL_CALL KDE4FilePicker::disposing( const lang::EventObject &rEvent )
void KDE4FilePicker::disposing( const lang::EventObject &rEvent )
{
uno::Reference<XFilePickerListener> xFilePickerListener( rEvent.Source, uno::UNO_QUERY );
......
......@@ -134,7 +134,7 @@ public:
// XEventListener
/// @throws css::uno::RuntimeException
virtual void SAL_CALL disposing( const css::lang::EventObject &rEvent );
virtual void disposing( const css::lang::EventObject &rEvent );
using cppu::WeakComponentImplHelperBase::disposing;
// XServiceInfo
......
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