diff options
Diffstat (limited to 'test/source/sheet/xdocumentauditing.cxx')
-rw-r--r-- | test/source/sheet/xdocumentauditing.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/source/sheet/xdocumentauditing.cxx b/test/source/sheet/xdocumentauditing.cxx index 7b1565a62a43..42846b7f302c 100644 --- a/test/source/sheet/xdocumentauditing.cxx +++ b/test/source/sheet/xdocumentauditing.cxx @@ -57,8 +57,7 @@ void XDocumentAuditing::dispatch(const uno::Reference<frame::XFrame>& xFrame, } bool XDocumentAuditing::hasRightAmountOfShapes(const uno::Reference<drawing::XDrawPage>& xDrawPage, - const sal_Int32& nElementCount, - const sal_Int32& nShapes) + sal_Int32 nElementCount, sal_Int32 nShapes) { const sal_Int32 nCount = xDrawPage->getCount(); if (nCount != nElementCount + nShapes) |