summaryrefslogtreecommitdiff
path: root/rsc/source/parser
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/source/parser
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/source/parser')
-rw-r--r--rsc/source/parser/rscdb.cxx1
1 files changed, 0 insertions, 1 deletions
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 )
{