summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-12 16:49:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-13 07:04:49 +0100
commitafad9ccb381a02b90654a5fa302480e46f38a1fc (patch)
tree805e39b189c25d8dbd8ab932baca0fc0d7482d06 /sc/source/core/inc
parentd755b2d4a3340f42a90d15d4795cc947a0b18e4a (diff)
sc: rowcol: tdf#50916 pass ScDocument* around in data/
Change-Id: Ifa99d1c8d593e2a5dd81a3aaf4cd702d3ba96b89 Reviewed-on: https://gerrit.libreoffice.org/85060 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/core/inc')
-rw-r--r--sc/source/core/inc/bcaslot.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/inc/bcaslot.hxx b/sc/source/core/inc/bcaslot.hxx
index 11c0942df9a2..36374d9b6dba 100644
--- a/sc/source/core/inc/bcaslot.hxx
+++ b/sc/source/core/inc/bcaslot.hxx
@@ -296,10 +296,10 @@ private:
ScBroadcastArea *pEOUpdateChain;
sal_uInt32 nInBulkBroadcast;
- static inline SCSIZE ComputeSlotOffset( const ScAddress& rAddress );
- static void ComputeAreaPoints( const ScRange& rRange,
+ inline SCSIZE ComputeSlotOffset( const ScAddress& rAddress ) const;
+ void ComputeAreaPoints( const ScRange& rRange,
SCSIZE& nStart, SCSIZE& nEnd,
- SCSIZE& nRowBreak );
+ SCSIZE& nRowBreak ) const;
public:
ScBroadcastAreaSlotMachine( ScDocument* pDoc );