summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2016-09-27 06:35:30 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2016-09-27 06:36:08 +0200
commitb905116dc41a4101e4e44d39d946bbba6a3a334d (patch)
tree0c3dce942b3c68f9ec83a5fe6fb185307c593705 /sc/inc/dpobject.hxx
parent7fcefe280a5960ef6f56b46a7aeac8e1295850f2 (diff)
This parameter can be const.
Change-Id: Ia77b9bebb0653ce5d428956b4d2fca39461bb7c2
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 747bcfbac18c..536e99b169f4 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -390,7 +390,7 @@ public:
void FreeTable(ScDPObject* pDPObj);
SC_DLLPUBLIC bool InsertNewTable(ScDPObject* pDPObj);
- bool HasTable(ScDPObject* pDPObj) const;
+ bool HasTable(const ScDPObject* pDPObj) const;
SC_DLLPUBLIC SheetCaches& GetSheetCaches();
SC_DLLPUBLIC const SheetCaches& GetSheetCaches() const;