diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-02 21:46:40 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-04 19:15:23 -0400 |
commit | bc1c67dc8296cff59759ee4abd5ab0cf0632af85 (patch) | |
tree | f7313194fcbe0a897f778360179c51e91e6b2bb4 /sc/inc | |
parent | 57bc9f7edf6ec33c7c81c856cf5a51ea41b67932 (diff) |
Add string pool to document.
Change-Id: I7430af7486a2f7a150ed17a0c345aeeb987ec993
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 1e720a87779d..73d7c1c21582 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -50,6 +50,7 @@ namespace editeng { class SvxBorderLine; } namespace formula { struct VectorRefArray; } +namespace svl { class StringPool; } namespace sc { struct FormulaGroupContext; @@ -243,6 +244,8 @@ private: rtl::Reference<ScPoolHelper> xPoolHelper; + boost::scoped_ptr<svl::StringPool> mpCellStringPool; + SfxUndoManager* mpUndoManager; ScFieldEditEngine* pEditEngine; // uses pEditPool from xPoolHelper ScNoteEditEngine* pNoteEngine; // uses pEditPool from xPoolHelper |