gtk: remove un-necessary fprintfs on fpickers
This commit is contained in:
@@ -2031,7 +2031,6 @@ uno::Reference< ui::dialogs::XFilePicker2 >
|
||||
GtkInstance::createFilePicker( const com::sun::star::uno::Reference<
|
||||
com::sun::star::uno::XComponentContext > &xMSF )
|
||||
{
|
||||
fprintf( stderr, "Create gtk file picker\n" );
|
||||
return uno::Reference< ui::dialogs::XFilePicker2 >(
|
||||
new SalGtkFilePicker( xMSF ) );
|
||||
}
|
||||
|
@@ -190,7 +190,6 @@ void SAL_CALL SalGtkFolderPicker::cancel() throw( uno::RuntimeException )
|
||||
uno::Reference< ui::dialogs::XFolderPicker >
|
||||
GtkInstance::createFolderPicker( const uno::Reference< uno::XComponentContext > &xMSF )
|
||||
{
|
||||
fprintf( stderr, "Create gtk folder picker\n" );
|
||||
return uno::Reference< ui::dialogs::XFolderPicker >(
|
||||
new SalGtkFolderPicker( xMSF ) );
|
||||
}
|
||||
|
Reference in New Issue
Block a user