ooo-build r14597 - in trunk: . patches/dev300



Author: thorstenb
Date: Tue Nov 25 15:51:56 2008
New Revision: 14597
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14597&view=rev

Log:
    * patches/dev300/apply: 
    * patches/dev300/basegfx-missing-inline-fix.diff: fix for i#96585,
    method decl lacks inline specifier



Added:
   trunk/patches/dev300/basegfx-missing-inline-fix.diff
Modified:
   trunk/ChangeLog
   trunk/patches/dev300/apply

Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply	(original)
+++ trunk/patches/dev300/apply	Tue Nov 25 15:51:56 2008
@@ -2844,6 +2844,7 @@
 cws-impress162-canvas.diff, i#94193, thorsten
 cws-impress162-slideshow.diff, i#94193, thorsten
 slideshow-blink-text-fix.diff, i#96047, thorsten
+basegfx-missing-inline-fix.diff, i#96585, thorsten
 
 [ MinGW ]
 SectionOwner => jholesov

Added: trunk/patches/dev300/basegfx-missing-inline-fix.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/basegfx-missing-inline-fix.diff	Tue Nov 25 15:51:56 2008
@@ -0,0 +1,11 @@
+--- 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]