summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-13 07:23:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-13 07:23:23 +0000
commitae31b68a2cec709e58ea64dd44c385b8ad797d76 (patch)
treeeb45b01c7f61f3cbd7fd9e971a82c03a0ff1705e /rsc
parent6fe0c7617737efc274c916daca3b12b6e09655a7 (diff)
INTEGRATION: CWS vcl27 (1.2.44); FILE MERGED
2004/09/17 10:13:28 dv 1.2.44.2: #116950# changed value of ABORT_RETRY_IGNORE 2004/09/13 11:07:07 dv 1.2.44.1: #116950# Added support for ABORT_RETRY_IGNORE message box
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/vclrsc.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/rsc/inc/vclrsc.hxx b/rsc/inc/vclrsc.hxx
index 2f6b57e6f0c6..20c7417fdefc 100644
--- a/rsc/inc/vclrsc.hxx
+++ b/rsc/inc/vclrsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclrsc.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 16:41:35 $
+ * last change: $Author: hr $ $Date: 2004-10-13 08:23:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -172,6 +172,8 @@ typedef sal_Int64 WinBits;
#define WB_DEF_RETRY ((WinBits)0x08000000)
#define WB_DEF_YES ((WinBits)0x10000000)
#define WB_DEF_NO ((WinBits)0x20000000)
+#define WB_ABORT_RETRY_IGNORE ((WinBits)SAL_CONST_INT64(0x1000000000))
+#define WB_DEF_IGNORE ((WinBits)SAL_CONST_INT64(0x2000000000))
// Standard-WinBits
#define WB_STDWORK (WB_SIZEMOVE | WB_CLOSEABLE)