summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 13:30:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 13:30:17 +0000
commit106846f6e1701f2bea1d368733d59a7a86299c66 (patch)
treebb5bab08c6fa382cc88595a52dbee6278dece5c7 /vcl/unx
parentc0665dd526e2c48f2bae1f2a1cef489dfd5e7fc8 (diff)
INTEGRATION: CWS hr51 (1.7.42); FILE MERGED
2008/06/06 14:56:11 hr 1.7.42.1: #i88947#: includes; std namespace; WaE
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/app/gtksys.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index 83f2d1eb0428..989ccdbb15f3 100644
--- a/vcl/unx/gtk/app/gtksys.cxx
+++ b/vcl/unx/gtk/app/gtksys.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: gtksys.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -60,7 +60,7 @@ int GtkSalSystem::ShowNativeDialog( const String& rTitle,
pSVData->mpIntroWindow->Hide();
#if OSL_DEBUG_LEVEL > 1
- fprintf( stderr, "GtkSalSystem::ShowNativeDialog\n");
+ std::fprintf( stderr, "GtkSalSystem::ShowNativeDialog\n");
#endif
ByteString aTitle( rTitle, RTL_TEXTENCODING_UTF8 );