summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-09-13 15:30:39 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-09-13 15:30:39 +0000
commitea4c21e41ce12fd18642d475c90223faea3c8129 (patch)
tree2649307a138a49f3635c46a24895b0080e1d1640
parent886494b8e50fbd25714c0d419ed65360a292e2f2 (diff)
INTEGRATION: CWS aquavclcarbonfixes (1.15.20); FILE MERGED
2007/08/29 15:50:37 hdu 1.15.20.1: i77549# carbonfixes review: move aqua specific scrollbar flags to aqua
-rw-r--r--vcl/aqua/inc/saldata.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/aqua/inc/saldata.hxx b/vcl/aqua/inc/saldata.hxx
index afff83f5867f..4fe8e08f0b44 100644
--- a/vcl/aqua/inc/saldata.hxx
+++ b/vcl/aqua/inc/saldata.hxx
@@ -5,9 +5,9 @@
*
* $RCSfile: saldata.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2007-08-03 13:58:06 $
+ * last change: $Author: ihi $ $Date: 2007-09-13 16:30:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,6 +112,8 @@ struct SalData
EventLoopTimerUPP mrTimerUPP;
static FILE *s_pLog;
+ bool mbIsScrollbarDoubleMax; // TODO: support DoubleMin and DoubleBoth too
+
SalData() :
mpTimerProc( NULL ),
mpFirstInstance( NULL ),