diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-09 17:28:09 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-20 20:13:04 -0400 |
commit | cb706bac6a02fcfb10c00e5473b5b4ac916c84c9 (patch) | |
tree | d6400cd82a1fb2fc00d915cd1769fcf258d2e681 /sc | |
parent | 9e2605566e8bae0410d06d6d678ca1e58c8c6fdc (diff) |
Rename header: mtvelement -> multi_type_vector (mtv) elements.
This header hosts custom element types and blocks used in
multi_type_vector.
Change-Id: I32481a2354d8c66eb877b4005a260a79183cd714
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/column.hxx | 2 | ||||
-rw-r--r-- | sc/inc/mtvelements.hxx (renamed from sc/inc/mtvblockfunc.hxx) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index a9d9d8fa3db7..d46a16a37ba3 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -25,7 +25,7 @@ #include "address.hxx" #include "rangenam.hxx" #include "types.hxx" -#include "mtvblockfunc.hxx" +#include "mtvelements.hxx" #include "formula/types.hxx" #include <set> diff --git a/sc/inc/mtvblockfunc.hxx b/sc/inc/mtvelements.hxx index 41c5175c0e09..41c5175c0e09 100644 --- a/sc/inc/mtvblockfunc.hxx +++ b/sc/inc/mtvelements.hxx |