summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:44:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:44:45 +0000
commit7c4a82bb23aa5c102bdfff7894052b3258d42a36 (patch)
tree795b592c4b0837a88c68ecd2103d040872db49ad /vcl/unx/gtk
parent4e31ee4140734efb3c821bb298746a833604efe8 (diff)
INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED
2005/10/24 14:27:14 pl 1.3.70.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r--vcl/unx/gtk/app/gtksys.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index acaacc5b52f4..27e7dbd959b5 100644
--- a/vcl/unx/gtk/app/gtksys.cxx
+++ b/vcl/unx/gtk/app/gtksys.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtksys.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:36:39 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:44:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,7 @@ int GtkSalSystem::ShowNativeDialog( const String& rTitle,
GTK_BUTTONS_NONE, aMessage.GetBuffer(), NULL );
gtk_window_set_title( GTK_WINDOW( mainwin ), aTitle.GetBuffer() );
- gint i, nButtons = 0, nResponse;
+ gint nButtons = 0, nResponse;
int nButton = 0;
for( std::list< String >::const_iterator it = rButtons.begin(); it != rButtons.end(); ++it )