diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 15:24:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-23 07:30:03 +0100 |
commit | d3d8618608ec0f329a40e029de951374871a8de0 (patch) | |
tree | df667e02164bc994408212a345c7c11dd37518ac /sc/inc/pagepar.hxx | |
parent | 77fe54df21195a1b0483fb06466ced935a186030 (diff) |
loplugin:unusedfields in sc
Change-Id: I5e9842970821d0ae61e06e3ad35c9f571b43632c
Reviewed-on: https://gerrit.libreoffice.org/68224
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/pagepar.hxx')
-rw-r--r-- | sc/inc/pagepar.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/pagepar.hxx b/sc/inc/pagepar.hxx index 50a51cde8b63..2a86e32936f2 100644 --- a/sc/inc/pagepar.hxx +++ b/sc/inc/pagepar.hxx @@ -59,8 +59,6 @@ struct ScPageAreaParam bool bRepeatRow; bool bRepeatCol; ScRange aPrintArea; - ScRange aRepeatRow; - ScRange aRepeatCol; ScPageAreaParam(); ~ScPageAreaParam(); |