summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/bcaslot.hxx
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-05-27 11:27:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-28 18:40:36 +0100
commit4074c441bf3d959cfeb30f6d0eb5c73f7bf89b1f (patch)
treef1a586054c368a39b961be9540a12d98c03d3ba0 /sc/source/core/inc/bcaslot.hxx
parent183db520892b887eda8ecfe1cc2af1bc3dd5d2d7 (diff)
Related: #i122208# const SC containers cannot provide non-const iterators
(cherry picked from commit c6f4bbfa54bd0fbef6bbc048cbd930c2781b2137) Conflicts: sc/source/core/data/bcaslot.cxx Change-Id: I774235d445192833031f99211639f23116e37bb4
Diffstat (limited to 'sc/source/core/inc/bcaslot.hxx')
-rw-r--r--sc/source/core/inc/bcaslot.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/bcaslot.hxx b/sc/source/core/inc/bcaslot.hxx
index 4fbbb850b15a..53e13d62735c 100644
--- a/sc/source/core/inc/bcaslot.hxx
+++ b/sc/source/core/inc/bcaslot.hxx
@@ -132,7 +132,7 @@ private:
ScBroadcastAreaSlotMachine* pBASM;
bool mbInBroadcastIteration;
- ScBroadcastAreas::iterator FindBroadcastArea( const ScRange& rRange ) const;
+ ScBroadcastAreas::const_iterator FindBroadcastArea( const ScRange& rRange ) const;
/**
More hypothetical (memory would probably be doomed anyway) check