diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-15 14:17:39 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-20 20:13:07 -0400 |
commit | f8ed5c3ffea38b75df0a6dc44f5ee3d6da68c5ff (patch) | |
tree | 6df541046e56bc5120b708039bafa082518006e5 /sc/inc/clipcontext.hxx | |
parent | b7c84a69bf989bef8de30cad36d2b5d17190d302 (diff) |
Move the column element block definitions out of ScColumn.
so that I can reference it in another class.
Change-Id: I035cc1d37ec219c3e3da2e180a0337fb3c6fba8a
Diffstat (limited to 'sc/inc/clipcontext.hxx')
-rw-r--r-- | sc/inc/clipcontext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/clipcontext.hxx b/sc/inc/clipcontext.hxx index ca6760fbccf9..ffe66b0f4951 100644 --- a/sc/inc/clipcontext.hxx +++ b/sc/inc/clipcontext.hxx @@ -11,6 +11,7 @@ #define SC_CLIPCONTEXT_HXX #include "address.hxx" +#include "mtvelements.hxx" class ScDocument; |