diff options
author | jkim <jkim@FreeBSD.org> | 2013-09-18 01:20:11 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-09-18 01:20:11 +0800 |
commit | 67de4607c5c539af5ed0af2c44e6173309109544 (patch) | |
tree | 9849e349228cd8389d563d7776cfcab817fe1d36 /editors | |
parent | 8a98499fc192b9536dd157aac8896ecd03c4e8a5 (diff) | |
download | freebsd-ports-gnome-67de4607c5c539af5ed0af2c44e6173309109544.tar.gz freebsd-ports-gnome-67de4607c5c539af5ed0af2c44e6173309109544.tar.zst freebsd-ports-gnome-67de4607c5c539af5ed0af2c44e6173309109544.zip |
Catch up with mdds 0.9.0.
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 @@ |