From ea03108b2c8c2c17da34f93345840b799c115822 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 18 Jan 2005 12:25:26 +0000 Subject: INTEGRATION: CWS gtkfpicker2 (1.2.2); FILE MERGED 2004/12/20 09:53:56 cmc 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/16 11:42:46 cmc 1.2.2.1: #i34219# another cut at getting the gtk fpicker to not break the Hamburg build --- fpicker/source/unx/gnome/SalGtkPicker.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fpicker/source/unx/gnome/SalGtkPicker.cxx b/fpicker/source/unx/gnome/SalGtkPicker.cxx index 19412b0c4338..a4a79dc63362 100644 --- a/fpicker/source/unx/gnome/SalGtkPicker.cxx +++ b/fpicker/source/unx/gnome/SalGtkPicker.cxx @@ -2,9 +2,9 @@ * * $RCSfile: SalGtkPicker.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-12-16 11:13:31 $ + * last change: $Author: kz $ $Date: 2005-01-18 13:25:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,7 +146,4 @@ void SAL_CALL SalGtkPicker::implsetTitle( const rtl::OUString& aTitle ) throw( u ::rtl::OString aWindowTitle = OUStringToOString( aTitle, RTL_TEXTENCODING_UTF8 ); gtk_window_set_title( GTK_WINDOW( m_pDialog ), aWindowTitle.getStr() ); - - fprintf(stderr, "title is %s\n", aWindowTitle.getStr()); - } -- cgit v1.2.3