diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-11 09:01:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-11 09:01:13 +0000 |
commit | c2a3bf6701bbec18dde57509b34cc5b18973df5b (patch) | |
tree | 925c6cf8aa5947408e2abef2b8d54c24471e4fb5 /vcl/unx/inc | |
parent | c93dce805ed9a74e2b72c471cd648f43932688e2 (diff) |
INTEGRATION: CWS bpf01 (1.7.10); FILE MERGED
2006/05/09 13:21:36 pl 1.7.10.1: #i65199# another workaround for the most bug ridden theme available
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r-- | vcl/unx/inc/plugins/gtk/gtkgdi.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkgdi.hxx b/vcl/unx/inc/plugins/gtk/gtkgdi.hxx index 46f2d095ebd8..c8e125538018 100644 --- a/vcl/unx/inc/plugins/gtk/gtkgdi.hxx +++ b/vcl/unx/inc/plugins/gtk/gtkgdi.hxx @@ -4,9 +4,9 @@ * * $RCSfile: gtkgdi.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2006-05-05 09:03:45 $ + * last change: $Author: hr $ $Date: 2006-05-11 10:01:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,6 +68,7 @@ public: static BOOL bThemeChanged; static BOOL bNeedPixmapPaint; static BOOL bGlobalNeedPixmapPaint; + static BOOL bToolbarGripWorkaround; // native widget methods virtual BOOL IsNativeControlSupported( ControlType nType, ControlPart nPart ); |