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:
typedef ::boost::unordered_map< OUString, size_t, OUStringHash>
TableNameIndexMap;
ScExternalRefCache(svl::SharedStringPool& rPool);
ScExternalRefCache();
~ScExternalRefCache();
const OUString* getRealTableName(sal_uInt16 nFileId, const OUString& rTabName) const;
......@@ -340,7 +340,6 @@ private:
DocItem* getDocItem(sal_uInt16 nFileId) const;
private:
svl::SharedStringPool& mrStrPool;;
mutable DocDataType maDocs;
};
......
......@@ -488,8 +488,7 @@ ScExternalRefCache::CellFormat::CellFormat() :
// ----------------------------------------------------------------------------
ScExternalRefCache::ScExternalRefCache(svl::SharedStringPool& rPool) :
mrStrPool(rPool) {}
ScExternalRefCache::ScExternalRefCache() {}
ScExternalRefCache::~ScExternalRefCache() {}
......@@ -1503,7 +1502,6 @@ static ScTokenArray* lcl_fillEmptyMatrix(const ScRange& rRange)
ScExternalRefManager::ScExternalRefManager(ScDocument* pDoc) :
mpDoc(pDoc),
maRefCache(pDoc->GetSharedStringPool()),
mbInReferenceMarking(false),
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