aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-09-17 17:20:11 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-09-17 17:20:11 +0000
commit4be443f672385fb0ce14129011009b5340c8cef4 (patch)
tree9849e349228cd8389d563d7776cfcab817fe1d36 /editors
parent0ae2b71ef992ee181885c20c01a1e10c5d7c3114 (diff)
downloadports-4be443f672385fb0ce14129011009b5340c8cef4.tar.gz
ports-4be443f672385fb0ce14129011009b5340c8cef4.zip
Catch up with mdds 0.9.0.
Notes
Notes: svn path=/head/; revision=327493
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/files/patch-mdds-0.9.x (renamed from editors/libreoffice/files/patch-mdds-0.8.x)11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-mdds-0.8.x b/editors/libreoffice/files/patch-mdds-0.9.x
index 238a8cacf806..f756e31961e9 100644
--- a/editors/libreoffice/files/patch-mdds-0.8.x
+++ b/editors/libreoffice/files/patch-mdds-0.9.x
@@ -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 @@