summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-12-02 14:36:17 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-12-02 14:37:00 +0000
commitbdeb01e88ebbe546dc33173f05cb4d370273c392 (patch)
treed7ce985f0103d7918a310c177708f47d3a39ded1 /vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx
parent10f977981d2cfb6ba0ccd0185ccb12e212010bc2 (diff)
gtk: remove un-necessary fprintfs on fpickers
Diffstat (limited to 'vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx')
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx1
1 files changed, 0 insertions, 1 deletions
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 ) );
}