From 1690b84015b7fa882076d6fb7d79e1959e467544 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Oct 2016 15:27:34 +0200 Subject: loplugin:expandablemethodds in reportdesign..sal Change-Id: Idb133e442b881d263fcb83a4858c4a08b451c0f0 Reviewed-on: https://gerrit.libreoffice.org/30032 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- rsc/source/parser/rscinit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsc/source/parser/rscinit.cxx') diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx index 78126c4d948b..735acef364fd 100644 --- a/rsc/source/parser/rscinit.cxx +++ b/rsc/source/parser/rscinit.cxx @@ -233,7 +233,7 @@ void RscTypCont::Init() aWinBits.SetConstant( nStdPopupId, sal::static_int_cast(WB_STDPOPUP) ); } { - InitLangType(); + aLangType.Init( aNmTb ); aBaseLst.push_back( pFieldUnits = InitFieldUnitsType() ); aBaseLst.push_back( pColor = InitColor() ); aBaseLst.push_back( pMapUnit = InitMapUnit() ); -- cgit