summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-10 11:18:34 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-10 11:18:34 +0000
commitbebfe1ba2e42286c53949c30432244cfdb69b535 (patch)
treeb07b66483cb648c5d01ff385ab781dd88335f9ec /vcl
parent5ad44ee983a3f912fb3747daea044a1f42688365 (diff)
#i10000# arrow1Rect, arrow2Rect to arrowRect
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
index b20ac1a8f610..05bc369145b5 100644
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salnativewidgets-gtk.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 16:10:27 $
+ * last change: $Author: obo $ $Date: 2004-09-10 12:18:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1125,8 +1125,7 @@ BOOL GtkSalGraphics::NWPaintGTKScrollbar( ControlType nType, ControlPart nPart,
gchar * scrollbarTagH = (gchar *) "hscrollbar";
gchar * scrollbarTagV = (gchar *) "vscrollbar";
gchar * scrollbarTag = NULL;
- Rectangle arrow1Rect;
- Rectangle arrow2Rect;
+ Rectangle arrowRect;
gint slider_width = 0;
gint stepper_size = 0;
gint stepper_spacing = 0;