summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 17:27:42 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 17:27:42 +0000
commit13bf69037ee5d2866e0631692361ba2db155a38c (patch)
tree04254fb7cd11b54e9ffe1ee8e01d07bb2ebf342c /vcl/unx/inc
parent2d12cd821a34e38fe67a42bc2c3d3aa3b08700f4 (diff)
INTEGRATION: CWS gcc41 (1.20.26); FILE MERGED
2005/12/07 15:20:06 pmladek 1.20.26.1: #i58967# Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/plugins/gtk/gtkframe.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkframe.hxx b/vcl/unx/inc/plugins/gtk/gtkframe.hxx
index 94b2d8a5ec66..5e3744ab80e1 100644
--- a/vcl/unx/inc/plugins/gtk/gtkframe.hxx
+++ b/vcl/unx/inc/plugins/gtk/gtkframe.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtkframe.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2005-11-16 10:07:30 $
+ * last change: $Author: obo $ $Date: 2006-01-19 18:27:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,7 +122,7 @@ class GtkSalFrame : public SalFrame
group( rPrev.group )
{}
- bool PreviousKeyPress::operator== (GdkEventKey *event) const
+ bool operator== (GdkEventKey *event) const
{
return (event != NULL)
&& (event->window == window)