diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-04 19:13:26 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-04 19:15:26 -0400 |
commit | 3ff650d5659ed050e33074355ee2384f1569b21e (patch) | |
tree | 32ffee5777a40bd95b1b2abca0e7d7d33d349943 /sc/inc/document.hxx | |
parent | 200b4539677b51cb7161a5dd4697778dbfc693e3 (diff) |
Rename StringPool to SharedStringPool because that's what it is.
Change-Id: I2fc3ce4f0c2291d402cb470346d5561373fb51e7
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 2ef6073a49b9..550f7b7dab2b 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -50,7 +50,7 @@ namespace editeng { class SvxBorderLine; } namespace formula { struct VectorRefArray; } -namespace svl { class StringPool; } +namespace svl { class SharedStringPool; } namespace sc { struct FormulaGroupContext; @@ -245,7 +245,7 @@ private: rtl::Reference<ScPoolHelper> xPoolHelper; - boost::scoped_ptr<svl::StringPool> mpCellStringPool; + boost::scoped_ptr<svl::SharedStringPool> mpCellStringPool; SfxUndoManager* mpUndoManager; ScFieldEditEngine* pEditEngine; // uses pEditPool from xPoolHelper @@ -859,8 +859,8 @@ public: */ double* GetValueCell( const ScAddress& rPos ); - svl::StringPool& GetCellStringPool(); - const svl::StringPool& GetCellStringPool() const; + svl::SharedStringPool& GetCellStringPool(); + const svl::SharedStringPool& GetCellStringPool() const; sal_uIntPtr GetCellStringID( const ScAddress& rPos ) const; sal_uIntPtr GetCellStringIDIgnoreCase( const ScAddress& rPos ) const; |