[Libreoffice-commits] .: sal/inc

Caolán McNamara caolan at kemper.freedesktop.org
Mon Dec 13 12:58:33 PST 2010


 sal/inc/osl/file.hxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit ebad0913aeca0d57ce6e19d70ccd0ef792d9f670
Author: Andy Holder <andy.m.holder at gmail.com>
Date:   Sun Dec 12 09:28:48 2010 +0000

    Remove unhelpful macros from file.hxx

diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 68e2780..ea36200 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.


More information about the Libreoffice-commits mailing list