summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-04-20 20:35:58 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-05-01 17:09:30 +0200
commitb8f7ae802e08768e47e2165d09b3733e02f09329 (patch)
treee7e175f890950d2fdb618cb0621f3643ab78e75a /sal/inc
parent3f3064ba1b2bf83a5d45c9cb5471cd97c1a4069e (diff)
remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure)
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/osl/file.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index cba7e5461..7ca79ef43 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -676,20 +676,6 @@ public:
};
// -----------------------------------------------------------------------------
-
-#define Attribute_ReadOnly osl_File_Attribute_ReadOnly
-#define Attribute_Hidden osl_File_Attribute_Hidden
-#define Attribute_Executable osl_File_Attribute_Executable
-#define Attribute_GrpWrite osl_File_Attribute_GrpWrite
-#define Attribute_GrpRead osl_File_Attribute_GrpRead
-#define Attribute_GrpExe osl_File_Attribute_GrpExe
-#define Attribute_OwnWrite osl_File_Attribute_OwnWrite
-#define Attribute_OwnRead osl_File_Attribute_OwnRead
-#define Attribute_OwnExe osl_File_Attribute_OwnExe
-#define Attribute_OthWrite osl_File_Attribute_OthWrite
-#define Attribute_OthRead osl_File_Attribute_OthRead
-#define Attribute_OthExe osl_File_Attribute_OthExe
-
class DirectoryItem;
/** The FileStatus class.