From 8d4a306eb04742f499ab693e7f8ebd3ae3c01415 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 15 Nov 2016 11:26:59 +0200 Subject: loplugin:unusedfields Change-Id: I1400ca0af2c357dff06e5f733ec62b13d6a96461 Reviewed-on: https://gerrit.libreoffice.org/30861 Tested-by: Jenkins Reviewed-by: Noel Grandin --- rsc/inc/rscdb.hxx | 1 - rsc/source/parser/rscdb.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'rsc') 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 ) { -- cgit