From 4b9ad812facbd9416d9658325791bad3ab48934d Mon Sep 17 00:00:00 2001 From: Noel Date: Tue, 23 Feb 2021 14:35:04 +0200 Subject: loplugin:constantparam Change-Id: Ieaee9a3e3ef4aa9bc390ddb198ee1718f635bcbf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111391 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/document.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/document.hxx') diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 6d012c9b01ec..ae66e0a0fb8e 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1459,7 +1459,7 @@ public: SC_DLLPUBLIC bool GetTableArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow, bool bCalcHiddens = false) const; SC_DLLPUBLIC bool GetPrintArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow, - bool bNotes = true, bool bCalcHiddens = false) const; + bool bNotes = true) const; SC_DLLPUBLIC bool GetPrintAreaHor( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, SCCOL& rEndCol ) const; SC_DLLPUBLIC bool GetPrintAreaVer( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol, -- cgit