diff options
author | Andy Holder <andy.m.holder@gmail.com> | 2010-12-12 09:28:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-13 20:58:24 +0000 |
commit | ebad0913aeca0d57ce6e19d70ccd0ef792d9f670 (patch) | |
tree | 5e171c44f4cfe0b259e11c63648c9f31f113b793 /sal/inc/osl/file.hxx | |
parent | 95b25adcb9933d344880501f178daa338ce6b114 (diff) |
Remove unhelpful macros from file.hxx
Diffstat (limited to 'sal/inc/osl/file.hxx')
-rw-r--r-- | sal/inc/osl/file.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx index 68e278065..ea36200fd 100644 --- a/sal/inc/osl/file.hxx +++ b/sal/inc/osl/file.hxx @@ -937,11 +937,6 @@ public: close(); } - #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. Open a file. Only regular files can be openend. |