diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-23 14:47:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-24 08:05:02 +0200 |
commit | 872d209bc62aab6a27a7a92734d1670b6e20adbf (patch) | |
tree | c46b8ba71d5b39025129884a560f4e864fba8cee /sw/inc/shellres.hxx | |
parent | 8770cd3894ce27ea7ceea3047af9899be57aae83 (diff) |
loplugin:unusedfields in sw/
Change-Id: I0d9c79d0756ef85260d3b69cb1e879d7665bf356
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r-- | sw/inc/shellres.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index ca89be7dd7c6..15661f64931c 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -41,13 +41,8 @@ struct SW_DLLPUBLIC ShellResource : public Resource OUString aCalc_Default; OUString aCalc_Error; - // For GetRefField - up/down. - OUString aGetRefField_Up; - OUString aGetRefField_Down; // For GetRefField - referenced item not found. OUString aGetRefField_RefItemNotFound; - // For dynamic menu - string "all". - OUString aStrAllPageHeadFoot; // For some list boxes - string "none" OUString aStrNone; // For fixed fields. |