diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-12-02 14:36:17 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-02 14:37:00 +0000 |
commit | bdeb01e88ebbe546dc33173f05cb4d370273c392 (patch) | |
tree | d7ce985f0103d7918a310c177708f47d3a39ded1 /vcl/unx/gtk | |
parent | 10f977981d2cfb6ba0ccd0185ccb12e212010bc2 (diff) |
gtk: remove un-necessary fprintfs on fpickers
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx index 853931634c4a..55887785b589 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 e40101f9af84..e8e45784da79 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 ) ); } |