diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-23 16:09:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-24 07:00:02 +0100 |
commit | 4504d6ddf1b466ae069e7fa0c97f93b74ed0f724 (patch) | |
tree | b972d98eead6739f7d892f9cfecc67819315751e /lotuswordpro/inc | |
parent | 651658d37bcb3f493942dd5d0b9a0d65c96f105c (diff) |
loplugin:unusedfields make some fields private
this is one of the secondary analyses this plugin performs
Change-Id: I1c496e234513362338600180e51f7e71e605a7cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143180
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r-- | lotuswordpro/inc/xfilter/xfparastyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/inc/xfilter/xfparastyle.hxx b/lotuswordpro/inc/xfilter/xfparastyle.hxx index 339f6a3c7fff..1a12c2f4c9c4 100644 --- a/lotuswordpro/inc/xfilter/xfparastyle.hxx +++ b/lotuswordpro/inc/xfilter/xfparastyle.hxx @@ -217,7 +217,7 @@ public: void SetNumberRight(bool bFlag){m_bNumberRight = bFlag;} bool GetNumberRight() const {return m_bNumberRight;} -protected: +private: OUString m_strMasterPage; enumXFAlignType m_eAlignType; |