Re: [Libreoffice] [PATCH] Simplified #define OSL_FILE_TRACE

2011-05-16 Thread Michael Meeks
Hi Christina, On Fri, 2011-05-13 at 21:40 +0200, Chr. Rossmanith wrote: > if I remember correctly cppcheck complained about some statements in the > context of OSL_FILE_TRACE. This patch simplifies the definition of > OSL_FILE_TRACE ( => code better readable) and facilitates compiling > withou

[Libreoffice] [PATCH] Simplified #define OSL_FILE_TRACE

2011-05-13 Thread Chr. Rossmanith
Hi, if I remember correctly cppcheck complained about some statements in the context of OSL_FILE_TRACE. This patch simplifies the definition of OSL_FILE_TRACE ( => code better readable) and facilitates compiling without warnings. Please review in case there was some magic behind the original