Re: [Libreoffice] [PATCH] SAL_N_ELEMENTS in testing and sdk

2010-10-18 Thread David Tardon
On Mon, Oct 18, 2010 at 12:18:23PM +0200, Kenneth Venken wrote: > Hi, > > patches replace sizeof/sizeof[0] with SAL_N_ELEMENTS in testing and sdk > > -- Kenneth Thanks! Pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://l

[Libreoffice] [PATCH] SAL_N_ELEMENTS in testing and sdk

2010-10-18 Thread Kenneth Venken
Hi, patches replace sizeof/sizeof[0] with SAL_N_ELEMENTS in testing and sdk -- Kenneth diff --git a/odk/examples/OLE/activex/SOComWindowPeer.cpp b/odk/examples/OLE/activex/SOComWindowPeer.cpp index 0b2fabf..a3f4d50 100644 --- a/odk/examples/OLE/activex/SOComWindowPeer.cpp +++ b/odk/examples/OLE/a