Kaydet (Commit) d58d1719 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Unused ScExternalRefCache::mrStrPool

Change-Id: Idc9d05cae6ebee4c5f88dbe53ab182da66781582
üst 603b62c6
...@@ -201,7 +201,7 @@ public: ...@@ -201,7 +201,7 @@ public:
typedef ::boost::unordered_map< OUString, size_t, OUStringHash> typedef ::boost::unordered_map< OUString, size_t, OUStringHash>
TableNameIndexMap; TableNameIndexMap;
ScExternalRefCache(svl::SharedStringPool& rPool); ScExternalRefCache();
~ScExternalRefCache(); ~ScExternalRefCache();
const OUString* getRealTableName(sal_uInt16 nFileId, const OUString& rTabName) const; const OUString* getRealTableName(sal_uInt16 nFileId, const OUString& rTabName) const;
...@@ -340,7 +340,6 @@ private: ...@@ -340,7 +340,6 @@ private:
DocItem* getDocItem(sal_uInt16 nFileId) const; DocItem* getDocItem(sal_uInt16 nFileId) const;
private: private:
svl::SharedStringPool& mrStrPool;;
mutable DocDataType maDocs; mutable DocDataType maDocs;
}; };
......
...@@ -488,8 +488,7 @@ ScExternalRefCache::CellFormat::CellFormat() : ...@@ -488,8 +488,7 @@ ScExternalRefCache::CellFormat::CellFormat() :
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
ScExternalRefCache::ScExternalRefCache(svl::SharedStringPool& rPool) : ScExternalRefCache::ScExternalRefCache() {}
mrStrPool(rPool) {}
ScExternalRefCache::~ScExternalRefCache() {} ScExternalRefCache::~ScExternalRefCache() {}
...@@ -1503,7 +1502,6 @@ static ScTokenArray* lcl_fillEmptyMatrix(const ScRange& rRange) ...@@ -1503,7 +1502,6 @@ static ScTokenArray* lcl_fillEmptyMatrix(const ScRange& rRange)
ScExternalRefManager::ScExternalRefManager(ScDocument* pDoc) : ScExternalRefManager::ScExternalRefManager(ScDocument* pDoc) :
mpDoc(pDoc), mpDoc(pDoc),
maRefCache(pDoc->GetSharedStringPool()),
mbInReferenceMarking(false), mbInReferenceMarking(false),
mbUserInteractionEnabled(true) mbUserInteractionEnabled(true)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment