diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-10 09:59:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-10 12:29:15 +0200 |
commit | 3db6a7fddf880610f1b0a35ff191816f046e8c4a (patch) | |
tree | 72fc7cc1a981b8af10bb57649652fbc58776d7c3 /sc/inc/table.hxx | |
parent | 95ceaa5c5572690e220cfac80fbaff8eb68dd940 (diff) |
loplugin:checkunusedparams in sc(part3)
Change-Id: I61fc2ba762983d7bafb6ed8baafba458590af59a
Reviewed-on: https://gerrit.libreoffice.org/37458
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index ecbdb580f37a..66ded63e9472 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -738,7 +738,7 @@ public: void SetColWidthOnly( SCCOL nCol, sal_uInt16 nNewWidth ); void SetRowHeight( SCROW nRow, sal_uInt16 nNewHeight ); bool SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight, - double nPPTX, double nPPTY ); + double nPPTY ); /** * Set specified row height to specified ranges. Don't check for drawing |