diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx index 1628381..037ec6b 100644 --- a/sc/inc/mtvelements.hxx +++ b/sc/inc/mtvelements.hxx @@ -63,11 +63,11 @@ MDDS_MTV_DEFINE_ELEMENT_CALLBACKS_PTR(SvtBroadcaster, sc::element_type_broadcast namespace sc { // Broadcaster storage container -typedef mdds::mtv::custom_block_func1 BCBlkFunc; +typedef mdds::mtv::custom_block_func1 BCBlkFunc; typedef mdds::multi_type_vector BroadcasterStoreType; // Cell text attribute container. -typedef mdds::mtv::custom_block_func1 CTAttrFunc; +typedef mdds::mtv::custom_block_func1 CTAttrFunc; typedef mdds::multi_type_vector CellTextAttrStoreType; /** --- a/sc/source/core/tool/scmatrix.cxx Thu Jul 18 16:19:54 2013 +++ b/sc/source/core/tool/scmatrix.cxx Thu Jul 18 16:19:47 2013 @@ -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;