Re: [Libreoffice] [PATCH]replaces ELEMENTS_OF_ARRAY with SAL_N_ELEMENTS

2010-10-17 Thread Norbert Thiebaud
On Sun, Oct 17, 2010 at 2:21 PM, Kenneth Venken wrote: > replaces the ELEMENTS_OF_ARRAY macro, defined in sal/osl/os2/file_url.h, > with the SAL_N_ELEMENTS, defined in sal/macros.h > > Thanks. Pushed except for one chunk: Be careful with 'replace all' :-) @ -48,11 +48,11 @@ #ifdef __MINGW32__

[Libreoffice] [PATCH]replaces ELEMENTS_OF_ARRAY with SAL_N_ELEMENTS

2010-10-17 Thread Kenneth Venken
replaces the ELEMENTS_OF_ARRAY macro, defined in sal/osl/os2/file_url.h, with the SAL_N_ELEMENTS, defined in sal/macros.h diff --git a/sal/osl/os2/file_url.cxx b/sal/osl/os2/file_url.cxx index 04d103a..6ea7490 100644 --- a/sal/osl/os2/file_url.cxx +++ b/sal/osl/os2/file_url.cxx @@ -52,6 +52,7 @@