summaryrefslogtreecommitdiff
path: root/sc/inc/detfunc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-23 18:37:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-24 10:54:06 +0200
commit3eb5ab6efe4229db0ec2bb177d892f2604f49411 (patch)
tree4c9e00f63c0f9d9b0caf3afb5cb570d0b9b47a72 /sc/inc/detfunc.hxx
parent4fb9d7b69c4fb10107210c2f851040f7c259e413 (diff)
loplugin:constparam in sc part3
Change-Id: I8abc44b9f0bcd5e39fd8a94abafaf80aadcd26ca Reviewed-on: https://gerrit.libreoffice.org/41496 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/detfunc.hxx')
-rw-r--r--sc/inc/detfunc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/detfunc.hxx b/sc/inc/detfunc.hxx
index 93bccd455996..8ae90c217cf0 100644
--- a/sc/inc/detfunc.hxx
+++ b/sc/inc/detfunc.hxx
@@ -114,7 +114,7 @@ class SC_DLLPUBLIC ScDetectiveFunc
sal_uInt16 FindSuccLevel( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
sal_uInt16 nLevel, sal_uInt16 nDeleteLevel );
- void FindFrameForObject( SdrObject* pObject, ScRange& rRange );
+ void FindFrameForObject( const SdrObject* pObject, ScRange& rRange );
void Modified();
@@ -137,7 +137,7 @@ public:
static void UpdateAllComments( ScDocument& rDoc ); ///< on all tables
void UpdateAllArrowColors(); ///< on all tables
- static bool IsNonAlienArrow( SdrObject* pObject );
+ static bool IsNonAlienArrow( const SdrObject* pObject );
ScDetectiveObjType GetDetectiveObjectType( SdrObject* pObject, SCTAB nObjTab,
ScAddress& rPosition, ScRange& rSource, bool& rRedLine );