Kaydet (Commit) a5d63b94 authored tarafından Noel Grandin's avatar Noel Grandin

fix unused parameter warning

Change-Id: I8acec495df9ef9cd077ca36bde3fac07a3586b8c
üst 5d5bed66
......@@ -35,8 +35,7 @@ using namespace ::cppu;
using ::com::sun::star::ui::dialogs::XFilePicker;
static Reference< XInterface > SAL_CALL createFileInstance(
const Reference< XMultiServiceFactory >& rServiceManager )
static Reference< XInterface > SAL_CALL createFileInstance( const Reference< XMultiServiceFactory >& )
{
return Reference< XInterface >( *new SalAquaFilePicker );
}
......
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