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



Author: thorstenb
Date: Mon Sep 15 13:00:31 2008
New Revision: 13896
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13896&view=rev

Log:
    * patches/dev300/o3tl-fix-warnings.diff: needed one followup-fix
    in basegfx as well.



Modified:
   trunk/ChangeLog
   trunk/patches/dev300/o3tl-fix-warnings.diff

Modified: trunk/patches/dev300/o3tl-fix-warnings.diff
==============================================================================
--- trunk/patches/dev300/o3tl-fix-warnings.diff	(original)
+++ trunk/patches/dev300/o3tl-fix-warnings.diff	Mon Sep 15 13:00:31 2008
@@ -22,3 +22,14 @@
  
          /// true, if both cow_wrapper internally share the same object
          bool              same_object( const cow_wrapper& rOther ) const
+--- basegfx/source/inc/hommatrixtemplate.hxx	10 Apr 2008 18:55:46 -0000	1.18
++++ basegfx/source/inc/hommatrixtemplate.hxx	15 Sep 2008 12:57:57 -0000
+@@ -588,7 +588,7 @@ namespace basegfx
+                 testLastLine();
+             }
+ 
+-            bool isEqual(const ImplHomMatrixTemplate& rMat)
++            bool isEqual(const ImplHomMatrixTemplate& rMat) const
+             {
+                 const sal_uInt16 nMaxLine(
+                     sal::static_int_cast<sal_uInt16>((mpLine || rMat.mpLine) ? RowSize : (RowSize - 1)) );



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