summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 11:26:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 12:20:59 +0000
commit8d4a306eb04742f499ab693e7f8ebd3ae3c01415 (patch)
treeaf85c31b99112b5c76e71ad83a58e4e6d15a1dbe /rsc
parent6b4eaa7ee7837e7ff1439ebb06db9200b4b68b61 (diff)
loplugin:unusedfields
Change-Id: I1400ca0af2c357dff06e5f733ec62b13d6a96461 Reviewed-on: https://gerrit.libreoffice.org/30861 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscdb.hxx1
-rw-r--r--rsc/source/parser/rscdb.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx
index a60447fe2757..8e6024d1e600 100644
--- a/rsc/inc/rscdb.hxx
+++ b/rsc/inc/rscdb.hxx
@@ -123,7 +123,6 @@ public:
RscString aStringLiteral;
RscLangEnum aLangType;
RscLangArray aLangString;
- RscLangArray aLangShort;
RscError* pEH; // error handler
RscNameTable aNmTb; // name table
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index 6f53e10c4f0d..3fdf4dc36048 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -58,7 +58,6 @@ RscTypCont::RscTypCont( RscError * pErrHdl,
, aStringLiteral( pHS->getID( "Chars" ), RSC_NOTYPE )
, aLangType()
, aLangString( pHS->getID( "Lang_Chars" ), RSC_NOTYPE, &aString, &aLangType )
- , aLangShort( pHS->getID( "Lang_short" ), RSC_NOTYPE, &aShort, &aLangType )
, pEH(pErrHdl)
, nFlags( nFlagsP )
{