summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-19 15:11:22 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-19 15:11:22 +0000
commite84bcea8fcb6ff1f78d2b6a41d72db6a662e03a9 (patch)
tree353321ba766d94adacd867e1eab05c717cb5f87d /rsc/inc
parent2411e3f9d93f76aec2705cf33912898e76078e84 (diff)
INTEGRATION: CWS obr05 (1.8.2); FILE MERGED
2007/06/07 13:59:29 dv 1.8.2.1: #i78188# changed value of WB_NOHIDESELECTION
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/vclrsc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/vclrsc.hxx b/rsc/inc/vclrsc.hxx
index a7d1dfed68a5..8e096b20756d 100644
--- a/rsc/inc/vclrsc.hxx
+++ b/rsc/inc/vclrsc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclrsc.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 17:05:58 $
+ * last change: $Author: kz $ $Date: 2007-06-19 16:11:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -108,7 +108,7 @@ typedef sal_Int64 WinBits;
// Window-Bits for Edit
#define WB_PASSWORD ((WinBits)0x01000000)
#define WB_READONLY ((WinBits)0x02000000)
-#define WB_NOHIDESELECTION ((WinBits)0x40000000)
+#define WB_NOHIDESELECTION ((WinBits)SAL_CONST_INT64(0x1000000000))
// Window-Bits for MultiLineEdit
#define WB_IGNORETAB ((WinBits)0x20000000)