[Libreoffice-commits] .: vcl/unx

Michael Meeks michael at kemper.freedesktop.org
Fri Dec 2 06:36:47 PST 2011


 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.meeks at 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 ) );
 }


More information about the Libreoffice-commits mailing list