summaryrefslogtreecommitdiff
path: root/test/source/sheet/xmultipleoperation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xmultipleoperation.cxx')
-rw-r--r--test/source/sheet/xmultipleoperation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xmultipleoperation.cxx b/test/source/sheet/xmultipleoperation.cxx
index 5f5f100ea247..e68204861890 100644
--- a/test/source/sheet/xmultipleoperation.cxx
+++ b/test/source/sheet/xmultipleoperation.cxx
@@ -81,7 +81,7 @@ void XMultipleOperation::testSetTableOperation()
xSheet->getCellByPosition(3, 3)->getValue());
}
-void XMultipleOperation::fillCells(uno::Reference<sheet::XSpreadsheet>& xSheet)
+void XMultipleOperation::fillCells(uno::Reference<sheet::XSpreadsheet> const& xSheet)
{
for (unsigned int i = 1; i < 5; i++)
{