summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorAlfonso Eusebio <alfonso_eusebio@yahoo.co.uk>2011-02-02 18:24:01 +0000
committerKohei Yoshida <kyoshida@novell.com>2011-02-02 17:53:16 -0500
commit7480010e50473555d6be3435a29448292db25e56 (patch)
tree96103306f16a525c4c3ee4a58d31ffd4f206647f /sc/inc/externalrefmgr.hxx
parentDisambiguate nested if statement blocks. (diff)
downloadcore-7480010e50473555d6be3435a29448292db25e56.tar.gz
core-7480010e50473555d6be3435a29448292db25e56.zip
Removed unused functions from calc 2
Removed some more unused functions from calc as identified by call-catcher.
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 10000a65817b..478fb519d4e5 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -180,7 +180,6 @@ public:
/// Returns the half-open range of used columns in the specified row. Returns [0,0) if row is empty.
SC_DLLPUBLIC ::std::pair< SCCOL, SCCOL > getColRange( SCROW nRow ) const;
void getAllNumberFormats(::std::vector<sal_uInt32>& rNumFmts) const;
- const ScRangeList& getCachedRanges() const;
bool isRangeCached(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const;
void setCachedCell(SCCOL nCol, SCROW nRow);
@@ -299,7 +298,6 @@ private:
bool mbAllReferenced;
ReferencedStatus();
- explicit ReferencedStatus( size_t nDocs );
void reset( size_t nDocs );
void checkAllDocs();