summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-04-15 13:27:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-04-15 13:27:23 +0000
commitdeefacb90189bb3ee155296aabb5614d001a44f9 (patch)
treeaf449cd28e17fd82daa67ed7cb6c3b2d58bf7202 /sal
parentc618567e46df6160ae09f37b09cf422513b20277 (diff)
INTEGRATION: CWS calcshare2 (1.36.26); FILE MERGED
2008/03/14 20:00:51 mav 1.36.26.1: #i85794# new file locking prototype
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/file.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 96593f837cfa..9a853b18cacf 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: file.hxx,v $
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
* This file is part of OpenOffice.org.
*
@@ -936,6 +936,7 @@ public:
#define OpenFlag_Read osl_File_OpenFlag_Read
#define OpenFlag_Write osl_File_OpenFlag_Write
#define OpenFlag_Create osl_File_OpenFlag_Create
+ #define OpenFlag_NoLock osl_File_OpenFlag_NoLock
/** Open a regular file.