Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 17:20:12 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327493 - head/editors/libreoffice/files
Message-ID:  <201309171720.r8HHKCi5071054@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 @@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309171720.r8HHKCi5071054>