summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-mdds-0.9.x
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-11 14:45:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-11 14:45:18 +0000
commit0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (patch)
treea1b2be81b03c41214a83694a77ef1ddcbdbb4e92 /editors/libreoffice/files/patch-mdds-0.9.x
parentUpdate to libreoffice 4.2.4 (diff)
Forgot libreoffice itself in previous commit
Notes
Notes: svn path=/head/; revision=357485
Diffstat (limited to 'editors/libreoffice/files/patch-mdds-0.9.x')
-rw-r--r--editors/libreoffice/files/patch-mdds-0.9.x27
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/libreoffice/files/patch-mdds-0.9.x b/editors/libreoffice/files/patch-mdds-0.9.x
deleted file mode 100644
index 5915bd24c483..000000000000
--- a/editors/libreoffice/files/patch-mdds-0.9.x
+++ /dev/null
@@ -1,27 +0,0 @@
---- sc/inc/mtvelements.hxx.org 2013-07-25 21:25:20.837766596 +0200
-+++ sc/inc/mtvelements.hxx 2013-07-25 21:26:32.853493134 +0200
-@@ -63,11 +63,11 @@
- namespace sc {
-
- // Broadcaster storage container
--typedef mdds::mtv::custom_block_func1<sc::element_type_broadcaster, sc::custom_broadcaster_block> BCBlkFunc;
-+typedef mdds::mtv::custom_block_func1<sc::custom_broadcaster_block> BCBlkFunc;
- typedef mdds::multi_type_vector<BCBlkFunc> BroadcasterStoreType;
-
- // Cell text attribute container.
--typedef mdds::mtv::custom_block_func1<sc::element_type_celltextattr, sc::custom_celltextattr_block> CTAttrFunc;
-+typedef mdds::mtv::custom_block_func1<sc::custom_celltextattr_block> CTAttrFunc;
- typedef mdds::multi_type_vector<CTAttrFunc> CellTextAttrStoreType;
-
- /**
---- sc/source/core/tool/scmatrix.cxx.org 2013-07-25 21:26:36.733621612 +0200
-+++ sc/source/core/tool/scmatrix.cxx 2013-07-25 21:27:08.784683394 +0200
-@@ -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;