summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gtkobject.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:45:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:45:41 +0000
commit5fdea78736986916ea63cbc8851383245e5dc7c9 (patch)
tree962b1117882e5cbac88dfebf7d33445ef6a72b47 /vcl/unx/gtk/window/gtkobject.cxx
parent2a3d75029cdec332f7a3d9e1acf508009bc14383 (diff)
INTEGRATION: CWS warnings01 (1.6.70); FILE MERGED
2006/04/07 18:53:36 sb 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/11 14:31:17 pl 1.6.70.1: #i55991# removed warnings
Diffstat (limited to 'vcl/unx/gtk/window/gtkobject.cxx')
-rw-r--r--vcl/unx/gtk/window/gtkobject.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/unx/gtk/window/gtkobject.cxx b/vcl/unx/gtk/window/gtkobject.cxx
index bebba3f3f585..78ac06a56bf2 100644
--- a/vcl/unx/gtk/window/gtkobject.cxx
+++ b/vcl/unx/gtk/window/gtkobject.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtkobject.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-01-25 11:40:38 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:45:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -111,7 +111,7 @@ USHORT GtkSalObject::GetClipRegionType()
return SAL_OBJECT_CLIP_INCLUDERECTS;
}
-void GtkSalObject::BeginSetClipRegion( ULONG nRects )
+void GtkSalObject::BeginSetClipRegion( ULONG )
{
if( m_pRegion )
gdk_region_destroy( m_pRegion );
@@ -157,7 +157,7 @@ void GtkSalObject::Show( BOOL bVisible )
}
}
-void GtkSalObject::Enable( BOOL nEnable )
+void GtkSalObject::Enable( BOOL )
{
}
@@ -169,7 +169,7 @@ void GtkSalObject::SetBackground()
{
}
-void GtkSalObject::SetBackground( SalColor nSalColor )
+void GtkSalObject::SetBackground( SalColor )
{
}
@@ -179,7 +179,7 @@ const SystemEnvData* GtkSalObject::GetSystemData() const
}
-gboolean GtkSalObject::signalButton( GtkWidget* pWidget, GdkEventButton* pEvent, gpointer object )
+gboolean GtkSalObject::signalButton( GtkWidget*, GdkEventButton* pEvent, gpointer object )
{
GtkSalObject* pThis = (GtkSalObject*)object;
@@ -192,7 +192,7 @@ gboolean GtkSalObject::signalButton( GtkWidget* pWidget, GdkEventButton* pEvent,
return FALSE;
}
-gboolean GtkSalObject::signalFocus( GtkWidget* pWidget, GdkEventFocus* pEvent, gpointer object )
+gboolean GtkSalObject::signalFocus( GtkWidget*, GdkEventFocus* pEvent, gpointer object )
{
GtkSalObject* pThis = (GtkSalObject*)object;