diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-19 10:52:20 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-19 11:23:57 +0000 |
commit | 778e9a65bf5af07c4caeff969a0324e43a78e66b (patch) | |
tree | a5204f0d3eaf2f512a627eeb9e74d42e7e80b54f /sw/source/uibase/inc/swlbox.hxx | |
parent | 541c4c4509863beb7babe361b31e27f7295e3069 (diff) |
new loplugin: find write-only fields
Change-Id: I0f83939babacf92485420ee63f290a297d7cb717
Reviewed-on: https://gerrit.libreoffice.org/22498
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc/swlbox.hxx')
-rw-r--r-- | sw/source/uibase/inc/swlbox.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/swlbox.hxx b/sw/source/uibase/inc/swlbox.hxx index be17d9871897..f4086805ea49 100644 --- a/sw/source/uibase/inc/swlbox.hxx +++ b/sw/source/uibase/inc/swlbox.hxx @@ -34,14 +34,11 @@ class SW_DLLPUBLIC SwBoxEntry { friend class SwComboBox; - bool bModified : 1; bool bNew : 1; - OUString aName; - sal_Int32 nId; public: - SwBoxEntry(const OUString& aName, sal_Int32 nId=0); + SwBoxEntry(const OUString& aName); SwBoxEntry(const SwBoxEntry& rOrg); SwBoxEntry(); |