summaryrefslogtreecommitdiff
path: root/include/test/sheet/xcellrangereferrer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xcellrangereferrer.hxx')
-rw-r--r--include/test/sheet/xcellrangereferrer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/sheet/xcellrangereferrer.hxx b/include/test/sheet/xcellrangereferrer.hxx
index f840a6bd1355..949f6b12eb7e 100644
--- a/include/test/sheet/xcellrangereferrer.hxx
+++ b/include/test/sheet/xcellrangereferrer.hxx
@@ -24,7 +24,7 @@ public:
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
void setCellRange(css::table::CellRangeAddress aCellRange) { m_aCellRange = aCellRange; }
- const css::table::CellRangeAddress & getCellRange() { return m_aCellRange; }
+ const css::table::CellRangeAddress & getCellRange() const { return m_aCellRange; }
void testGetReferredCells();
protected: