summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 12:25:26 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 12:25:26 +0000
commitea03108b2c8c2c17da34f93345840b799c115822 (patch)
treec76d3030bcc1aeba8f04525ffaad8fc671af1191 /fpicker
parentc31355509388ae664e2e3548667de134cd5e06db (diff)
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
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/unx/gnome/SalGtkPicker.cxx7
1 files 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());
-
}