[Libreoffice] [2nd attempt] Cleaning sal/inc/osl/file.hxx

Chr. Rossmanith ChrRossmanith at gmx.de
Thu Apr 28 12:29:26 PDT 2011


Hi,
>> after removing all redundant #defines from file.hxx  I had a look at 
>> the enum RC. At a first glance it seems that e.g. E_None is used only 
>> in pyuno_module.cxx (and in some comments in file.hxx) and could be 
>> replaced by the value osl_File_E_None from file.h.
>>
>> So put into a single question: Can the enum be removed as well?
>>
Removing the enum RC from FileBase and using the osl_File_ prefixed 
names instead means, that there are no 
ClassDerivedFromFileBase::E_None's (et al) but only osl_File_XXX everywhere.

Could that lead to problems?

Christina


More information about the LibreOffice mailing list