vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx   |    1 -
 vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit bdeb01e88ebbe546dc33173f05cb4d370273c392
Author: Michael Meeks <michael.me...@suse.com>
Date:   Fri Dec 2 14:36:17 2011 +0000

    gtk: remove un-necessary fprintfs on fpickers

diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx 
b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx
index 8539316..5588778 100644
--- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx
@@ -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 ) );
 }
diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx 
b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx
index e40101f..e8e4578 100644
--- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx
@@ -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 ) );
 }
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to