diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-04-19 22:11:07 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-04-30 17:43:17 +0200 |
commit | 7200b28f3a1fa6822afcd7cfe164f809b43ce960 (patch) | |
tree | 703b4bcb42ee310f575ba7a52790e4a6176ee4ce /desktop/source | |
parent | 309f17206a447be837c5e50369d722fdc9852c02 (diff) |
remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop)
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/userinstall.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/userinstall.cxx b/desktop/source/app/userinstall.cxx index ed36cdab44..9c3ce42d64 100644 --- a/desktop/source/app/userinstall.cxx +++ b/desktop/source/app/userinstall.cxx @@ -240,7 +240,7 @@ namespace desktop { #ifdef UNIX // set safer permissions for the user directory by default - File::setAttributes(aUserPath, Attribute_OwnWrite| Attribute_OwnRead| Attribute_OwnExe); + File::setAttributes(aUserPath, osl_File_Attribute_OwnWrite| osl_File_Attribute_OwnRead| osl_File_Attribute_OwnExe); #endif // copy data from shared data directory of base installation |