svn commit: r327493 - head/editors/libreoffice/files

Jung-uk Kim jkim at FreeBSD.org
Tue Sep 17 17:20:12 UTC 2013


Author: jkim
Date: Tue Sep 17 17:20:11 2013
New Revision: 327493
URL: http://svnweb.freebsd.org/changeset/ports/327493

Log:
  Catch up with mdds 0.9.0.

Added:
  head/editors/libreoffice/files/patch-mdds-0.9.x
     - copied, changed from r327441, head/editors/libreoffice/files/patch-mdds-0.8.x
Deleted:
  head/editors/libreoffice/files/patch-mdds-0.8.x

Copied and modified: head/editors/libreoffice/files/patch-mdds-0.9.x (from r327441, head/editors/libreoffice/files/patch-mdds-0.8.x)
==============================================================================
--- head/editors/libreoffice/files/patch-mdds-0.8.x	Mon Sep 16 21:16:47 2013	(r327441, copy source)
+++ head/editors/libreoffice/files/patch-mdds-0.9.x	Tue Sep 17 17:20:11 2013	(r327493)
@@ -20,6 +20,17 @@
          return false;
  
      rData.mnPos1 = nPos1;
+--- sc/source/core/tool/scmatrix.cxx.orig	2013-08-13 16:11:48.000000000 -0400
++++ sc/source/core/tool/scmatrix.cxx	2013-09-16 12:27:09.000000000 -0400
+@@ -89,7 +89,7 @@
+             }
+         }
+ 
+-        static void delete_block(mdds::mtv::base_element_block* p)
++        static void delete_block(const mdds::mtv::base_element_block* p)
+         {
+             if (!p)
+                 return;
 --- sc/source/filter/excel/colrowst.cxx.orig	2013-08-13 16:11:48.000000000 -0400
 +++ sc/source/filter/excel/colrowst.cxx	2013-08-16 18:29:17.000000000 -0400
 @@ -208,7 +208,7 @@


More information about the svn-ports-all mailing list