diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-17 15:08:23 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-20 20:18:46 -0400 |
commit | 430d81e1fd44f51a91b81da91504a004ab7373d8 (patch) | |
tree | 30e2dd643b1b38d4f7114bc11616405fd2e44ca0 /sc/inc/clipcontext.hxx | |
parent | 9cf69e73e6e20fda2518c27e617cc990e95d60ee (diff) |
Same with MixDocument(). But this one has additional bottleneck...
With the removal of existing cells. So, this change is not enough to
make this operation fly.
Change-Id: Ic468375f6d0c28e2cc7d5391fb0565d53ee7fb4e
Diffstat (limited to 'sc/inc/clipcontext.hxx')
-rw-r--r-- | sc/inc/clipcontext.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/inc/clipcontext.hxx b/sc/inc/clipcontext.hxx index 4d9224f425b6..599da6efceb2 100644 --- a/sc/inc/clipcontext.hxx +++ b/sc/inc/clipcontext.hxx @@ -90,6 +90,13 @@ public: virtual ~CopyToDocContext(); }; +class MixDocContext : public ClipContextBase +{ +public: + MixDocContext(ScDocument& rDoc); + virtual ~MixDocContext(); +}; + } #endif |