summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-23 14:47:57 +0200
committerNoel Grandin <noel@peralex.com>2015-11-24 08:05:02 +0200
commit872d209bc62aab6a27a7a92734d1670b6e20adbf (patch)
treec46b8ba71d5b39025129884a560f4e864fba8cee /sw/source/uibase
parent8770cd3894ce27ea7ceea3047af9899be57aae83 (diff)
loplugin:unusedfields in sw/
Change-Id: I0d9c79d0756ef85260d3b69cb1e879d7665bf356
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/utlui/initui.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/uibase/utlui/initui.cxx b/sw/source/uibase/utlui/initui.cxx
index 30d009b469f2..cf64f93fefa4 100644
--- a/sw/source/uibase/utlui/initui.cxx
+++ b/sw/source/uibase/utlui/initui.cxx
@@ -189,11 +189,8 @@ ShellResource::ShellResource()
aCalc_Default( SW_RES( STR_CALC_DEFAULT ) ),
aCalc_Error( SW_RES( STR_CALC_ERROR ) ),
- aGetRefField_Up( SW_RES( STR_GETREFFLD_UP ) ),
- aGetRefField_Down( SW_RES( STR_GETREFFLD_DOWN ) ),
// #i81002#
aGetRefField_RefItemNotFound( SW_RES( STR_GETREFFLD_REFITEMNOTFOUND ) ),
- aStrAllPageHeadFoot( SW_RES( STR_ALLPAGE_HEADFOOT ) ),
aStrNone( SW_RES( STR_TEMPLATE_NONE )),
aFixedStr( SW_RES( STR_FIELD_FIXED )),
sDurationFormat( SW_RES( STR_DURATION_FORMAT )),