Kaydet (Commit) 884d5381 authored tarafından Eike Rathke's avatar Eike Rathke

remove unused ScDocument::RefreshTableColumnNames(const ScRange&)

Change-Id: Ia3d09478b31503eb6ab9e352b2925bc1b496a8e3
üst 1873563b
...@@ -570,7 +570,6 @@ public: ...@@ -570,7 +570,6 @@ public:
ScDBData* GetDBAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab, ScDBDataPortion ePortion); ScDBData* GetDBAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab, ScDBDataPortion ePortion);
const ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const; const ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const;
ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2); ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
void RefreshTableColumnNames( const ScRange& rRange );
SC_DLLPUBLIC const ScRangeData* GetRangeAtBlock( const ScRange& rBlock, OUString* pName=NULL ) const; SC_DLLPUBLIC const ScRangeData* GetRangeAtBlock( const ScRange& rBlock, OUString* pName=NULL ) const;
......
...@@ -313,12 +313,6 @@ ScDBData* ScDocument::GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nC ...@@ -313,12 +313,6 @@ ScDBData* ScDocument::GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nC
return NULL; return NULL;
} }
void ScDocument::RefreshTableColumnNames( const ScRange& rRange )
{
if (pDBCollection)
pDBCollection->RefreshTableColumnNames( rRange);
}
bool ScDocument::HasPivotTable() const bool ScDocument::HasPivotTable() const
{ {
return pDPCollection && pDPCollection->GetCount(); return pDPCollection && pDPCollection->GetCount();
......
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