diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 15:32:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-28 08:49:54 +0200 |
commit | 7b850c15b15be10ed3b52822f63b02d8787bcb2f (patch) | |
tree | d209ae49fb21c94c752f325e389862706abc207e /sc/source/ui/inc/styledlg.hxx | |
parent | 84dfff475c1f25319bc22c7b6ad437d5501a7dc4 (diff) |
loplugin:unusedfields in sc part1
in ScNavigatorDlg::ScNavigatorDlg, we replace the assignment of nAreaId
with an assignment to nDataId instead, which is never initialized but
used, whereas nAreaId was initialized but never used.
Change-Id: I9681af7f7d515d4891c9b52d3809e88e3d5e8256
Reviewed-on: https://gerrit.libreoffice.org/39062
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/styledlg.hxx')
-rw-r--r-- | sc/source/ui/inc/styledlg.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/styledlg.hxx b/sc/source/ui/inc/styledlg.hxx index 1a94f71bb611..67f477df3596 100644 --- a/sc/source/ui/inc/styledlg.hxx +++ b/sc/source/ui/inc/styledlg.hxx @@ -40,16 +40,10 @@ private: sal_uInt16 m_nNumberId; sal_uInt16 m_nFontId; - sal_uInt16 m_nFontEffectId; - sal_uInt16 m_nAlignmentId; - sal_uInt16 m_nAsianId; - sal_uInt16 m_nBorderId; sal_uInt16 m_nBackgroundId; - sal_uInt16 m_nProtectId; sal_uInt16 m_nPageId; sal_uInt16 m_nHeaderId; sal_uInt16 m_nFooterId; - sal_uInt16 m_nSheetId; }; #endif // INCLUDED_SC_SOURCE_UI_INC_STYLEDLG_HXX |