--- basegfx/inc/basegfx/tools/rectcliptools.hxx~ 2008-04-10 20:48:29.000000000 +0200 +++ basegfx/inc/basegfx/tools/rectcliptools.hxx 2008-11-25 16:40:15.000000000 +0100 @@ -74,7 +74,7 @@ the number of clip planes hit within the getCohenSutherlandClipFlags() method. */ - sal_uInt32 getNumberOfClipPlanes( sal_uInt32 nFlags ) + inline sal_uInt32 getNumberOfClipPlanes( sal_uInt32 nFlags ) { // classic bit count algo, see e.g. Reingold, Nievergelt, // Deo: Combinatorial Algorithms, Theory and Practice,